Difference between revisions of "Team:SSTi-SZGD/css/base"

m
(new base)
Line 1: Line 1:
body{ min-width: 320px;}
+
*{ margin: 0; padding: 0; transition: all 0.5s;}
h4{ padding: 0}
+
body{ min-width: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
li{ margin: 0}
+
ul{ margin: 0;}
 +
li{ list-style: none; display: inline-block;}
 +
a{ text-decoration: none;}
 +
a:hover{ text-decoration: none;}
 
a:focus{ text-decoration: none;}
 
a:focus{ text-decoration: none;}

Revision as of 14:59, 15 July 2018

  • { margin: 0; padding: 0; transition: all 0.5s;}

body{ min-width: 320px; background: #fff; touch-action: manipulation; font-size: 62.5%; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";} ul{ margin: 0;} li{ list-style: none; display: inline-block;} a{ text-decoration: none;} a:hover{ text-decoration: none;} a:focus{ text-decoration: none;}