X-Git-Url: https://472bisson.ca/gitweb/magnet.git/blobdiff_plain/f72c8eb6379cc7fad9cf8b4f49920a5004d3f52d..c0adce5f9b064b542725bc661737678311bd7479:/style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..b500007 --- /dev/null +++ b/style.css @@ -0,0 +1,39 @@ + +/* + Created on : 10 Jun, 2018, 9:23:39 PM + Author : Manjunath CV +*/ + +@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&display=swap'); + +body { + font-family: 'Roboto', sans-serif; + +} + +#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%; + } + + +}