-
Notifications
You must be signed in to change notification settings - Fork 0
/
Staten.css
73 lines (59 loc) · 1008 Bytes
/
Staten.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body {
margin:0.3px;
padding:0;
background-image: url("https://s19.postimg.org/c35ehg08z/Sports.png");
}
h1 {
text-align:center;
font-family: 'Overlock', cursive;
margin-top:50px;
font-size:90px;
color:#e8721e;
margin-bottom:0px;
}
.navigare {
background-color:grey;
list-style:none;
text-align:center;
padding-top:15px;
padding-left:15px;
padding-right:15px;
padding-bottom:15px;
margin-top:0em;
}
.navigare li {
display:inline-block;
padding-right:40px;
font-family: 'Patua One', cursive;
font-size:1.5rem;
}
.navigare li a {
text-decoration:none;
color:white;
}
.navigare li a:hover{
color:#a9af92;
}
.introducere {
font-family:'Roboto Condensed', sans-serif;
padding-top:2px;
padding-left:0.4%;
color:#2b2c2d;
word-spacing:2.7px;
font-size:20px;
margin-top:20px;
}
.admiratie {
width:50%;
height:23rem;
}
#veche {
height:30rem;
border-radius:0.2%;
}
h3 {
margin-left:0.4%;
color:#e8721e;
font-size:2.5rem;
font-family: 'Baloo Paaji', cursive;
}