Update style.css
Browse files
style.css
CHANGED
|
@@ -1,39 +1,22 @@
|
|
| 1 |
-
body {
|
| 2 |
-
font-family: Arial, sans-serif;
|
| 3 |
-
background-color: #002855; /* GWU official blue */
|
| 4 |
-
margin: 0;
|
| 5 |
-
padding: 20px;
|
| 6 |
-
color: #
|
| 7 |
-
}
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
color: #
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
.description {
|
| 23 |
-
max-width: 80%;
|
| 24 |
-
margin: 0 auto 20px auto;
|
| 25 |
-
text-align: left;
|
| 26 |
-
background-color: #002855; /* GWU official blue */
|
| 27 |
-
color: #e2cb92; /* GWU official gold */
|
| 28 |
-
padding: 15px;
|
| 29 |
-
border-radius: 8px;
|
| 30 |
-
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
| 31 |
-
}
|
| 32 |
-
iframe {
|
| 33 |
-
width: 80%;
|
| 34 |
-
margin: 0 auto 20px auto;
|
| 35 |
-
height: 70vh;
|
| 36 |
-
padding: 15px;
|
| 37 |
-
border-radius: 8px;
|
| 38 |
-
box-shadow: 0 0 10px rgba(0,0,0,0.1);
|
| 39 |
}
|
|
|
|
| 1 |
+
body {
|
| 2 |
+
font-family: Arial, sans-serif;
|
| 3 |
+
background-color: #002855; /* GWU official blue */
|
| 4 |
+
margin: 0;
|
| 5 |
+
padding: 20px;
|
| 6 |
+
color: #e2cb92; /* GWU official gold */
|
| 7 |
+
}
|
| 8 |
+
|
| 9 |
+
header {
|
| 10 |
+
background-color: #002855; /* GWU official blue */
|
| 11 |
+
color: #e2cb92; /* GWU official gold */
|
| 12 |
+
text-align: center;
|
| 13 |
+
padding: 20px 0;
|
| 14 |
+
}
|
| 15 |
+
h1 {
|
| 16 |
+
margin: 0;
|
| 17 |
+
font-size: 2em;
|
| 18 |
+
}
|
| 19 |
+
p {
|
| 20 |
+
margin: 10px 0;
|
| 21 |
+
font-size: 1.1em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
}
|