-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-position.css
66 lines (58 loc) · 921 Bytes
/
style-position.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
body {
background-color: #efeee7;
colour: #333333.
}
.container{
background-color: #efeee7;
position: relative;
height: 600px;
}
header{
background-color: black;
}
h1 {
color: white;
font-size: px;
padding: 20px;
text-align: center;
}
h2{
padding: 80px 80px 80px 80px;
color: black;
font-size: 40px;
}
h3{
padding: 80px 80px 80px 0;
color: black;
font-size: 40px;
}
#first{
position: absolute;
left: 0;
}
#second{
position: absolute;
left: 350px;
}
#third{
position: absolute;
left: 1000px;
}
u1{
padding: 80px;
}
.border {
border-style: solid;
border-color: green;
border-width: 5px;
width: 200px;
height: 200px;
margin: 80px;
color: #ffffff;
padding: 80px;
border: 22px solid #113152
}
p{
position: absolute;
bottom: 0px;
}