Skip to content

Instantly share code, notes, and snippets.

@isheraz
Created April 11, 2017 13:32
Show Gist options
  • Save isheraz/cc4feea5fedb78834af6c54421ea2330 to your computer and use it in GitHub Desktop.
Save isheraz/cc4feea5fedb78834af6c54421ea2330 to your computer and use it in GitHub Desktop.
A list of all general elements to be styled
body{
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
a{
&:hover{
}
&:active{
}
&:visited{
}
}
p{
strong{
}
em{
}
b{
}
i{
}
u{
}
del{
}
ins{
}
s{
}
sup{
}
sub{
}
small{
}
abbr{
}
q{
}
cite{
}
dfn{
}
mark{
}
var{
}
time{
}
}
blockquote {
}
table {
caption{
}
thead{
}
tbody {
}
th{
}
td{
}
tr{
}
}
code{
}
hr{
}
pre{
}
kbd{
}
samp{
}
img{
}
figure{
img{
}
figcaption{
}
}
meter{
}
form{
}
label{
}
input[type = "submit"], button[type = "submit"] {
}
input[type = "reset"], button [type = "reset"] {
}
input[type = "button"], button[type = "button"] {
}
input[type = "disabled"], button[type = "button"] {
}
input[type="text"], input[type="password"], input[type="url"], input[type="email"],
input[type="tel"], input[type="search"], input[type="number"] {
}
input[type="radio"]{
}
textarea {
}
select{
option{
}
}
ul{
li{
}
}
ol{
li{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment