- Get link
- X
- Other Apps
element.style {
}
<style>…</style>
.modal, .modal-open {
- overflow: hidden;
}
<style>…</style>
body {
- font-size: 12px;
- font-family: Open Sans,Helvetica,Arial,sans-serif;
- background: #f8fafb;
- background-size: cover;
- background-attachment: fixed;
}
<style>…</style>
body, html {
- height: 100%;
}
<style>…</style>
body {
- font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #333;
- background-color: #fff;
}
<style>…</style>
body {
- margin: 0;
}
body {
- font-size: 12px;
- font-family: 'Open Sans',Helvetica,Arial,sans-serif;
- background: #F8FAFB;
}
body, html {
- height: 100%;
}
<style>…</style>
* {
- max-width: 100%;
- margin: 0;
}
<style>…</style>
*, :after, :before {
- box-sizing: border-box;
}
* {
- max-width: 100%;
- margin: 0;
}
user agent stylesheet
body {
- display: block;
- margin: 8px;
}
Inherited from
html
<style>…</style>
html {
- font-size: 10px;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
}
<style>…</style>
html {
- font-family: sans-serif;
- -webkit-text-size-adjust: 100%;
- -ms-text-size-adjust: 100%;
}
Pseudo ::before element
<style>…</style>
*, :after, :before {
- box-sizing: border-box;
}
Pseudo ::after element
<style>…</style>
*, :after, :before {
- box-sizing: border-box;
- Get link
- X
- Other Apps
Comments
Post a Comment