-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathamanda-azzam.css
More file actions
69 lines (60 loc) · 988 Bytes
/
amanda-azzam.css
File metadata and controls
69 lines (60 loc) · 988 Bytes
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
header a {
color: #fff;
}
body {
background: linear-gradient(
109.6deg,
rgb(9, 9, 121) 11.2%,
rgb(144, 6, 161) 53.7%,
rgb(0, 212, 255) 100.2%
);
color: #fff;
width: 1200px;
margin: 0 auto;
Montserrat", sans-serif;
line-height: 20px;
}
h1 {
text-align: center;
/*font-size: 40px;*/
padding: 20px 0 20px 0;
}
li {
padding-bottom: 10px;
}
.advice {
padding-top: 40px;
}
.block-one {
width: 450px;
height: 300px;
float: left;
margin: 50px 50px 0 10px;
padding: 5px 20px;
border: 12px double #fff;
border-radius: 50px;
}
.block-two {
width: 450px;
height: 375px;
float: left;
margin: 0 0 50px 80px;
padding: 5px 20px;
border: 12px double #fff;
border-radius: 50px;
}
.remember {
clear: both;
padding: 10px 20px;
border: 12px double #fff;
border-radius: 50px;
}
#coding-img {
text-align: center;
padding-bottom: 50px;
}
footer {
padding-top: 50px;
clear: both;
text-align: center;
}