Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gitlab-inlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huffleclaw
gitlab-inlab
Commits
eb28d0fc
Commit
eb28d0fc
authored
Aug 10, 2017
by
HARSH SILOIYA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS for index.html
parent
f28885e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
0 deletions
+54
-0
lab1/style.css
lab1/style.css
+54
-0
No files found.
lab1/style.css
0 → 100644
View file @
eb28d0fc
*
{
background-color
:
#fff0f5
;
}
h1
{
font-family
:
"Impact"
;
font-size
:
75px
;
color
:
#2f4f4f
;
}
h2
{
font-family
:
"Arial"
}
p
#p01
{
font-family
:
"Arial"
;
font-size
:
50px
;
color
:
#00ced1
;
}
p
#p02
{
font-family
:
"Georgia"
;
font-size
:
50px
;
color
:
#191970
;
}
a
{
font-family
:
"Times New Roman"
;
font-size
:
20px
;
color
:
#00bfff
;
}
table
,
th
,
td
{
border
:
1px
solid
black
;
border-collapse
:
collapse
;
}
th
,
td
{
padding
:
10px
;
text-align
:
center
;
}
table
.timetable
tr
:nth-child
(
even
)
{
background-color
:
#e0ffff
;
}
table
.timetable
tr
:nth-child
(
odd
)
{
background-color
:
#add8e6
;
}
table
.timetable
th
{
background-color
:
#1e90ff
;
color
:
white
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment