]> 472bisson.ca Git - magnet.git/blobdiff - style.css
Small Changes
[magnet.git] / style.css
index ee6fb27fb16b207fd5740728709a8e09f2a235dd..05200a23b7fc28ccf81a6c95c61a5621e31fe7c8 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1 +1,38 @@
-http://www.tdl.com/~jrb/jrb7/css_textfield0.html
\ No newline at end of file
+
+/* 
+    Created on : 10 Jun, 2018, 9:23:39 PM
+    Author     : Manjunath CV
+*/
+
+@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
+
+body, h2 {
+    font-family: "Fira Sans", sans-serif;
+    font-weight: 400;
+    font-style: normal;
+    
+}
+
+#magnet {
+    font-family: 'Roboto Mono', monospace;
+}
+
+section {
+    margin: auto;
+    width: 850px;
+}
+
+footer {
+    width:100%;
+    text-align: center;
+}
+
+
+/* Responsive layout - makes the two columns/boxes 
+   stack on top of each other instead of next to 
+   each other, on small screens */
+@media (max-width: 850px) {
+    section {
+        width: 95%;
+    }
+}