-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (75 loc) · 1.38 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
body{
background-color:#13005A;
}
.intro{
text-align: center;
font-family:'Rampart One', cursive;
font-size: 4em;
background-image: url(img1.jpg);
padding-top: 50px;
}
.Aboutme{
text-align: center;
font-size: 2em;
background-color: #227C70;
font-style: oblique;
padding: 40px;
font-family: 'Pacifico', cursive;
color: White;
}
.column {
box-sizing: border-box;
float: left;
width: 50%;
padding-left: 20px;
text-align: center;
}
.row {
margin: 0 -25px;
padding-bottom: 25px;
padding-top: 25px;
padding-left: 80px;
padding-right: 50px;
}
.container{
text-align: center;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
padding: 16px;
padding-top:50px;
text-align: center;
background-color: #f1f1f1;}
.ambition{
background-color: yellow;
text-align: center;
padding-top: 30px;
font-size: 3em;
}
.good{
text-align: center;
}
.topic{
text-align: center;
padding-top: 30px;
font-size: 2em;
background-image: url(https://media.tenor.com/EZyUFJTOJ0MAAAAM/fruits.gif);
color: red;
font-family: 'Shadows Into Light', cursive;
margin-bottom: 50px;
}
.ending{
background-color:#3A98B9;
text-align: center;
font-family: monospace;
font-size: 2em;
padding: 10px;
padding-bottom: 20px;
}
.done{
background-color: #F55050;
font-family: 'Dancing Script', cursive;
font-size:2em;
text-align: center;
padding: 20px;
}