FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
HTML-CSS-Practice-Problems/level-2/solution/step-1.css at master · ericdrewes/HTML-CSS-Practice-Problems · GitHub
ericdrewes
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
HTML-CSS-Practice-Problems
/
level-2
/
solution
/
step-1.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
54 lines (46 loc) · 828 Bytes
Breadcrumbs
HTML-CSS-Practice-Problems
/
level-2
/
solution
/
step-1.css
Copy path
File metadata and controls
54 lines (46 loc) · 828 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/* Add styles to match the step-1 design */
.
main-top-section
{
width
:
100
%
;
height
:
375
px
;
background
:
#
F7F1E7
;
position
:
relative;
}
.
top-header
{
width
:
100
%
;
height
:
70
px
;
text-align
:
center;
background
:
#
D8D8D8
;
}
.
menu
{
width
:
100
px
;
height
:
40
px
;
background
:
#
536A63
;
display
:
inline-block;
position
:
absolute;
left
:
10
px
;
top
:
10
px
;
}
.
logo
{
width
:
300
px
;
height
:
40
px
;
margin-top
:
10
px
;
background
:
#
536A63
;
display
:
inline-block;
}
.
sign-in
{
width
:
100
px
;
height
:
40
px
;
background
:
#
536A63
;
display
:
inline-block;
position
:
absolute;
right
:
10
px
;
top
:
10
px
;
}
.
bottom-container
{
width
:
60
%
;
height
:
60
px
;
left
:
22
%
;
background
:
#
536A63
;
position
:
absolute;
bottom
:
-30
px
;
}
Back
|
FazBrowse Home
|
New Git URL