-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css.bak
85 lines (76 loc) · 876 Bytes
/
style.css.bak
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
73
74
75
76
77
78
79
80
81
82
83
84
85
*{
margin:0;
padding:0;
}
#first{
}
.rasakhowa{
max-width:1170px;
margin:auto;
}
.flower{
background:green;
}
.menu{
float:center;
width:70%;
}
.menu ul{
}
.menu ul li{
list-style:none;
float:left;
padding-left:20px;
padding:20px;
}
.menu ul li a{
font-size:15px;
padding:10px 15px;
text-decoration:none;
color:red;
background:yellow;
}
.menu ul li a:hover{
background:red;
color:white;
}
.rudel{
margin:60px;
font-size:20px;
padding:100px 0px;
}
.rudel h2{
text-align:center;
}
}
#second{
background:lime;
}
#third{
background:yellow;
}
.para{
background:yellow;
}
.laura{
max-width:30%;
float:left;
background:yellow;
text-align:center;
}
.laura h2{
padding:10px;
}
#forth{
background:cyan;
}
.bari{
text-align:center;
padding:10px;
max-width:20%;
color:white;
float:left;
}
.bari:hover{
color:black;
}