0% found this document useful (0 votes)
6 views2 pages

CSS Styles for Web Layout Design

The document contains CSS styling rules defining positioning and formatting for various elements including divs, appbars and body. Styles like font, color, sizing and positioning are declared for default elements as well as custom classes.

Uploaded by

Irvan Dwi Fitra
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

CSS Styles for Web Layout Design

The document contains CSS styling rules defining positioning and formatting for various elements including divs, appbars and body. Styles like font, color, sizing and positioning are declared for default elements as well as custom classes.

Uploaded by

Irvan Dwi Fitra
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

yAeWb, .appbar, .

GLcBOb {
margin-left: -152px;
}
.GyAeWb {
position: relative;
margin-top: 0px;
clear: both;
}
user agent stylesheet
div {
display: block;
}
.e9EfHf {
font-family: arial,sans-serif;
clear: both;
min-width: 833px;
margin-left: 0;
padding-top: 20px;
box-sizing: border-box;
position: relative;
min-height: 100vh;
}
body {
margin: 0;
background: #fff;
color: #202124;
}
body, h1 {
font-size: 14px;
}
html, body, h1, input, select {
font-family: arial,sans-serif;
}
:root {
--color-ok: #388700;
--app-bg-simple: #fffcfa;
--color-ok-text: #fff;
--color-critical: #e46;
--color-critical-text: #fff;
--color-text: #071d2b;
--icon-stroke: 1px;
--icon-stroke-small: 1px;
--icon-stroke-large: 1px;

You might also like