-
Notifications
You must be signed in to change notification settings - Fork 0
/
tunde.css
57 lines (50 loc) · 852 Bytes
/
tunde.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body {
background-color: #93828A;
}
button {
border-radius: 12px;
font-family: "Palatino";}
button:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 #3d345e;
}
.navbar{
/* The image used */
background-image: url("meghivo.png");
min-height: 360px;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h1{
font-family: "Palatino";
font-style: italic;
border: 5px solid #ddd;
border-radius: 10px;
font-size: 45px;
background-color: #F6F2F3;
}
h2
{
font-family: "Palatino";
border: 5px solid #ddd;
border-radius: 10px;
color: #F6F2F3;
}
h3
{
font-family: "Palatino";
}
h4
{
font-family: "Palatino";
color: #F6F2F3;
}
p
{
font-family: "Palatino";
}
img {
border: 5px solid #ddd;
border-radius: 10px;
}