assets/main.scss in test-GET-theme-0.1.3 vs assets/main.scss in test-GET-theme-0.1.4
- old
+ new
@@ -1,4 +1,98 @@
---
---
-@import "test-GET-theme";
\ No newline at end of file
+@import "test-GET-theme";
+
+body
+{
+ padding: 0px;
+ margin: 0px;
+ font-size: 20px;
+ font-family: sans-serif;
+}
+.header
+{
+ width: 100%;
+ height: 30rem;
+ overflow: hidden;
+ position: relative;
+ z-index: 1;
+ top: 0px;
+}
+.header-img
+{
+ transition: transform 3s;
+ z-index: 1;
+ top: 0px;
+ width: 100%;
+}
+.header-img:hover
+{
+ transform: scale(1.05);
+}
+.logo
+{
+ position: absolute;
+ z-index: 2;
+ width: 15rem;
+ margin: 0.5rem;
+}
+.header-links
+{
+ position: absolute;
+ z-index: 2;
+ right: 0;
+ margin: 1rem;
+}
+a
+{
+ color: white;
+ margin: 1rem;
+ font-size: 20;
+}
+p
+{
+ margin: 1rem;
+ text-align: center;
+
+ margin-bottom: 5rem;
+}
+h1
+{
+ text-align: center;
+ margin: 0.5rem;
+}
+.Sbox
+{
+ background-color: green;
+ width: 49.5%;
+ height: 15rem;
+ float: left;
+ margin: 0.1rem;
+ margin-bottom: 10rem;
+ text-align: center;
+ line-height: 15rem;
+ color: white;
+ font-size: 35px;
+}
+.Longbox
+{
+ width: 100%;
+ height: 25rem;
+ margin-top: 10rem;
+ background-color: rgb(122, 103, 77);
+}
+.bottom-img
+{
+ height: 50rem;
+ background-image: url(images/10783677_web1_L-EdCC-Building-EDH-180302.jpg);
+ background-size: cover;
+ background-attachment: fixed;
+}
+.footer
+{
+ width: 100%;
+ height: 15rem;
+ float: left;
+ background-color: black;
+}