-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
93 lines (87 loc) · 1.72 KB
/
index.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
.body{
background-color: white;
}
.headarea h1{
color: purple;
font-size: 60px;
font-family: monospace;
display: block;
background-image: url(resources/four.jpg);width: max-content;
background-position: center;
background-position-x: center;
background-repeat: no-repeat;
max-width: 100%;
padding: 300px;
}
.introduction{
background-color:seashell;
}
.introduction h1{
text-transform: capitalize;
font-size: 30px;
color: slateblue;
}
.body p{
text-align: left;
}
.biography {
color: blue;
}
.malik h2{
text-align: left;
}
.malik img{
float: left;
width: 120px;
}
.liam h2{
text-align: left;
}
.liam img{
float: left;
width: 90px;
}
.liam p{
float: right;
}
.niall h2{
text-align: left;
}
.niall img{
float: left;
width: 110px;
}
.harry h2{
text-align: left;
}
.harry img{
float: left;
width: 90px
}
.louis h2{
text-align: left;
}
.louis img{
float: left;
width: 100px
}
.footerarea h2{
text-align:center;
font-size: medium;
font-style: italic ;
color: blue ;
}
.row{
box-sizing: border-box;
}
.column {
float: left;
width: 50%;
padding: 10px;
height: 300px;
}
.row:after {
content: "";
display: table;
clear: both;
}