-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
133 lines (114 loc) · 2.08 KB
/
style.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
html,
body {
height: 100%;
margin: 0px;
}
.image1,
.image2,
.image3 {
position: relative;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.image1 {
background-image: url(./images/image1.jpg);
height: 100%;
}
.image2 {
background-image: url(./images/image2.jpg);
height: 400px;
}
.image3 {
background-image: url(./images/image3.jpg);
height: 400px;
}
div.ptext {
text-align: center;
position: absolute;
top: 50%;
width: 100%;
}
.border {
background-color: black;
color: white;
font-size: larger;
padding: 20px;
}
.mine {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
padding: 3%;
position: relative;
}
.mine h2 {
font-size: 35px;
padding-bottom: 3%;
}
.mono h3 {
padding: 7%;
padding-top: 15%;
font-size: 30px;
}
.top {
background-color: black;
font-size: larger;
color: white;
text-align: center;
padding: 2%;
}
.top h4 {
padding-bottom: 3%;
font-size: 25px;
}
.three {
text-align: center;
background-repeat: no-repeat;
height: 600px;
color: white;
background-attachment: fixed;
}
.three h2 {
padding-top: 30%;
}
.mom {
background-color: black;
color: white;
padding: 4%;
text-align: center;
padding: 5%;
font-size: 20px;
}
.mom h2 {
padding: 4%;
}
.mom p {
padding-top: 3%;
}
.solo {
background-repeat: no-repeat;
background-size: cover;
background-position: 0%;
padding: 5px;
padding-top: 28%;
padding-bottom: 30%;
background-attachment: fixed;
}
.solo h1 {
padding-top: 0%;
background-color: black;
color: white;
width: 30%;
margin: auto;
}
@media screen and (max-width:768px) {
.inner {
width: auto;
height: auto;
}
.solo {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
}