Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Book management system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Oviya Balamurugan
Book management system
Commits
1edf92bb
Commit
1edf92bb
authored
4 years ago
by
Oviya Balamurugan
Browse files
Options
Downloads
Patches
Plain Diff
CSS for the website
parent
a05d4fb3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
style.css
+117
-0
117 additions, 0 deletions
style.css
with
117 additions
and
0 deletions
style.css
0 → 100644
+
117
−
0
View file @
1edf92bb
html
,
body
{
margin
:
0
;
padding
:
0
;
}
body
{
font
:
90%
calibri
,
sans-serif
;
text-align
:
center
;
}
div
#header
{
background-color
:
bisque
;
}
div
#header
h1
{
height
:
80px
;
line-height
:
80px
;
margin
:
0
;
padding-left
:
10px
;
}
div
#container
{
height
:
auto
;
width
:
700px
;
margin
:
0
auto
;
text-align
:
left
;
}
div
#wrapper
{
float
:
right
;
width
:
500px
;
}
div
#wrapper
p
{
line-height
:
1.5
;
text-align
:
justify
;
}
div
#navi
{
float
:
left
;
height
:
500px
;
width
:
200px
;
background
:
gainsboro
;
}
div
#navi
ul
{
margin-left
:
10px
;
list-style-type
:
square
;
}
div
#navi
li
{
margin-bottom
:
5px
;
}
div
#footer
{
clear
:
both
;
width
:
100%
;
background
:
burlywood
;
}
div
#footer
p
{
margin
:
0
;
padding
:
5px
10px
;
}
a
{
padding
:
5px
;
text-decoration
:
none
;
color
:
#000000
;
}
a
:hover
{
color
:
green
;
}
p
{
margin
:
0
10px
10px
;
}
#heading
{
text-align
:
center
;
}
#center
{
height
:
auto
;
widows
:
300px
;
margin-left
:
100px
;
}
label
,
input
,
button
,
select
,
textarea
{
display
:
block
;
margin-top
:
5px
;
margin-bottom
:
5px
;
}
input
,
select
,
textarea
{
width=100%;
}
.error
{
color
:
red
;
text-align
:
center
;
}
.success
{
color
:
green
;
text-align
:
center
;
}
.record
li
{
list-style-type
:
square
;
margin-top
:
15px
;
}
table
{
width
:
100%
;
border-collapse
:
collapse
;
}
table
td
,
table
th
{
border
:
1px
solid
#ddd
;
padding
:
5px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment