-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
130 lines (127 loc) · 3.07 KB
/
stylesheet.css
File metadata and controls
130 lines (127 loc) · 3.07 KB
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
#wrapper {
width: 800px;
height: 1000px;
margin: auto;
border: 4px solid green;
background-color: white;
}
header {
text-align: center;
border-bottom: 5px solid green;
background-image: url("https://bloximages.newyork1.vip.townnews.com/gwinnettdailypost.com/content/tncms/assets/v3/editorial/5/d5/5d52169e-db42-11e5-9946-9ba1737638c5/56ce28edebdcc.image.jpg?resize=495%2C500");
background-position: left;
background-size: 90px;
background-repeat: no-repeat;
}
h1 {
margin-top: 0%;
padding-top: 25px;
padding-bottom: 10px;
}
.h2headers {
text-decoration: underline;
text-align: center;
/*color: green;
background-image: radial-gradient(white, darkgoldenrod);*/
}
#courses {
width: 300px;
height: 310px;
border-right: 5px solid green;
float: left;
position: relative;
/*
You can change this background color to whatever you like
You can use this site to help: https://www.w3schools.com/colors/colors_picker.asp
*/
background-color: aquamarine;
overflow: auto;
padding-left: 10px;
padding-bottom: 10px;
}
#aboutYou {
height: 320px;
width: 485px;
float: right;
position: relative;
/*
You can change this background color to whatever you like
You can use this site to help: https://www.w3schools.com/colors/colors_picker.asp
*/
background-color: lightblue;
overflow: auto;
}
#aboutYou p{
padding-left:10px;
padding-right: 10px;
}
.container{
display:inline-flex;
justify-content: center;
}
#coolThings {
padding-left: 10px;
border-top: 5px solid green;
padding-right: 10px;
/*
You can change this background color to whatever you like
You can use this site to help: https://www.w3schools.com/colors/colors_picker.asp
*/
background-color: lightcoral;
height: 400px;
overflow: auto;
}
dt {
font-weight: bold;
text-decoration: underline;
}
#contact {
border-top: 5px solid green;
height: 171px;
width: 325px;
text-align: center;
float: right;
/*
You can change this background color to whatever you like
You can use this site to help: https://www.w3schools.com/colors/colors_picker.asp
*/
background-color: yellow;
}
.image {
height: 60px;
width: 60px;
padding: 15px;
}
#goals {
border-top: 5px solid green;
border-right: 5px solid green;
height: 171px;
width: 470px;
/*
You can change this background color to whatever you like
You can use this site to help: https://www.w3schools.com/colors/colors_picker.asp
*/
background-color: grey;
overflow: auto;
}
#goalsList li {
font-size: 1.3em;
}
footer {
padding-top: 20px;
color: white;
text-align: center;
font-size: 1.2em;
}
footer a:link {
color: white;
}
footer a:hover {
color: lightblue;
}
footer a:visited {
color: lightblue;
}
body {
background-image: url("https://www.ggc.edu/sebin/t/o/buildingB.jpg");
}