-
Notifications
You must be signed in to change notification settings - Fork 1
/
apple.css
88 lines (86 loc) · 1.26 KB
/
apple.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
*{
box-sizing: border-box;
}
body{
font-family: Verdana, Geneva, Tahoma, sans-serif;
line-height: 1.6;
background-color: #fffaf0;
margin: 0;
}
ul{
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
padding-top: 40px;
}
h1{
margin-left: 30px;
}
a{
text-decoration: none;
color: white;
}
header{
background-color: #a09d9c;
color: white;
}
section{
height: 1250px;
}
.banner{
/* justify-content: center; */
/* display: flex; */
height: 800px;
width: auto;
background-image: url("download.jpg");
background-color: lightcyan;
background-repeat: no-repeat;
background-size: 100% 100%;
}
/* .pain{ */
/* display: flex; */
.man{
margin-left: 30px;
}
.men{
margin-left: 50px;
}
.pull{
background-color:#e6e6d8;
height: 300px;
padding-top: 30px;
}
.prime{
margin-left: 10px;
}
.sad{
color:#cb3362;
}
.cont{
color: #7a6666;
}
.mag{
color:#7a6666;
}
.meg{
text-decoration: underline;
}
.play{
height:150px;
background-color: #c8c10d;
}
.footer{
background-color: #cb3362;
height: 300px;
}
.sabi{
color: white;
}
.dog{
font-size: 20px;
}
.men, .man{
width: 40px;
height: 40px;
}