aboutsummaryrefslogtreecommitdiff
path: root/cs2-simple-website/home/css/main.scss
diff options
context:
space:
mode:
authors1n <[email protected]>2020-01-28 14:46:42 -0800
committerGitHub <[email protected]>2020-01-28 14:46:42 -0800
commit12565cca2e43049882691ab6130786fa86e4a9e1 (patch)
tree510c1c000ba322e9f16e09e3f5fa37db0e8a1e94 /cs2-simple-website/home/css/main.scss
parentInitial commit (diff)
downloadcs2-12565cca2e43049882691ab6130786fa86e4a9e1.tar.xz
cs2-12565cca2e43049882691ab6130786fa86e4a9e1.zip
Add files via upload
Diffstat (limited to 'cs2-simple-website/home/css/main.scss')
-rw-r--r--cs2-simple-website/home/css/main.scss72
1 files changed, 72 insertions, 0 deletions
diff --git a/cs2-simple-website/home/css/main.scss b/cs2-simple-website/home/css/main.scss
new file mode 100644
index 0000000..dafff38
--- /dev/null
+++ b/cs2-simple-website/home/css/main.scss
@@ -0,0 +1,72 @@
+html,
+body {
+ background: url(http://art.teleportacia.org/observation/vernacular/stars/pusk.jpg);
+}
+
+.nav {
+ background-image: linear-gradient(to bottom right, blue 0% 10%, yellow 50% 100%);
+ background-position: center;
+ background-attachment: fixed;
+}
+
+.bar {
+ text-align: center;
+ font-size: 30px;
+ word-spacing: 10px;
+}
+
+a {
+ color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ color: red;
+}
+
+p {
+ font-size: 20px;
+ color: yellow;
+}
+
+marquee {
+ font-size: 60px;
+ color: orange;
+}
+
+h1 {
+ color: red;
+}
+
+.important {
+ color: green;
+}
+
+.imgs {
+ display: block;
+ position: absolute;
+ right: 800px;
+ bottom: 0px;
+}
+
+.update {
+ text-align: right;
+ margin: 10px;
+ padding: 10px;
+ color: orange;
+}
+
+.welcome {
+ display: block;
+ position: absolute;
+ top: 140px;
+ right: 25px;
+}
+
+.norm {
+ color: brown;
+}
+
+.guest {
+ color: burlywood;
+} \ No newline at end of file