FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HTML-CSS-Practice-Problems/practiceCSS/style.css at master · Cuthbert20/HTML-CSS-Practice-Problems · GitHub
Cuthbert20
/
HTML-CSS-Practice-Problems
Public
forked from
DevMountain/HTML-CSS-Practice-Problems
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
HTML-CSS-Practice-Problems
/
practiceCSS
/
style.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (27 loc) · 373 Bytes
Breadcrumbs
HTML-CSS-Practice-Problems
/
practiceCSS
/
style.css
Copy path
File metadata and controls
33 lines (27 loc) · 373 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
body
{
margin
:
0
;
padding
:
0
;
}
header
{
background-color
:
green;
height
:
15
vh
;
}
main
{
background-color
:
whitesmoke;
height
:
70
vh
;
}
footer
{
height
:
15
vh
;
background-color
:
yellowgreen;
}
aside
{
width
:
50
vw
;
height
:
50
%
;
margin-left
:
50
%
;
}
#
a-1
{
background-color
:
red;
}
#
a-2
{
background-color
:
sandybrown;
}
Back
|
FazBrowse Home
|
New Git URL