FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-DOM-Tutorial/styles.css at lesson-10 · Gatodegithub/JavaScript-DOM-Tutorial · GitHub
Gatodegithub
/
JavaScript-DOM-Tutorial
Public
forked from
iamshaunjp/JavaScript-DOM-Tutorial
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
JavaScript-DOM-Tutorial
/
styles.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
138 lines (119 loc) · 2.14 KB
Breadcrumbs
JavaScript-DOM-Tutorial
/
styles.css
Copy path
File metadata and controls
138 lines (119 loc) · 2.14 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
body
{
font-family
:
Tahoma;
color
:
#
444
;
letter-spacing
:
1
px
;
}
h1
,
h2
{
font-weight
:
normal;
}
#
wrapper
{
width
:
90
%
;
max-width
:
960
px
;
margin
:
20
px
auto;
border-radius
:
6
px
;
box-shadow
:
0
px
1
px
6
px
rgba
(
0
,
0
,
0
,
0.2
);
box-sizing
:
border-box;
padding
:
0
0
20
px
;
overflow
:
hidden;
border
:
1
px
solid lightgray;
}
#
page-banner
{
background
:
#
eee
;
padding
:
10
px
0
;
}
#
page-banner
h1
,
#
page-banner
p
{
width
:
100
%
;
text-align
:
center;
margin
:
10
px
0
;
}
#
page-banner
input
{
width
:
90
%
;
max-width
:
300
px
;
margin
:
20
px
auto;
display
:
block;
padding
:
8
px
;
border
:
1
px
solid
#
ddd
;
border-radius
:
4
px
;
font-size
:
16
px
;
color
:
#
444
;
}
#
book-list
,
#
add-book
,
#
tabbed-content
{
margin
:
30
px
;
}
#
book-list
ul
,
#
tabbed-content
ul
{
list-style-type
:
none;
padding
:
0
;
}
#
book-list
li
{
padding
:
20
px
;
border-left
:
5
px
solid
#
ddd
;
margin
:
20
px
10
px
;
}
#
book-list
li
:
hover
{
border-color
:
#
9361bf
;
}
.
delete
{
float
:
right;
background
:
#
9361bf
;
padding
:
6
px
;
border-radius
:
4
px
;
cursor
:
pointer;
color
:
white;
}
.
delete
:
hover
{
background
:
#
333
;
}
#
add-book
{
width
:
400
px
;
margin
:
0
auto;
}
#
add-book
input
{
display
:
block;
margin
:
20
px
0
;
padding
:
10
px
;
border
:
1
px
solid
#
ccc
;
font-size
:
16
px
;
border-radius
:
4
px
0
0
4
px
;
box-sizing
:
border-box;
width
:
300
px
;
float
:
left;
}
#
add-book
button
{
border
:
1
px
solid
#
9361bf
;
background
:
#
9361bf
;
padding
:
10
px
20
px
;
font-size
:
16
px
;
display
:
inline-block;
margin
:
0
;
border-radius
:
0
4
px
4
px
0
;
cursor
:
pointer;
width
:
100
px
;
float
:
left;
margin
:
20
px
0
;
border-left
:
0
;
color
:
white;
}
#
add-book
:
after
{
content
:
''
;
display
:
block;
clear
:
both;
}
/*
#tabbed-content li{
display: inline-block;
padding: 10px 14px;
background: #ddd;
border-radius: 4px;
cursor: pointer;
margin-right: 10px;
}
#tabbed-content .tab{
display: none;
border: 1px solid #ddd;
padding: 0 10px;
border-radius: 4px;
}
#tabbed-content .tab.active{
display: block;
}
*/
Back
|
FazBrowse Home
|
New Git URL