Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CSS-Project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anburaj G
CSS-Project
Commits
75b8f12a
Commit
75b8f12a
authored
Apr 06, 2022
by
Anburaj G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
a3f514eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
style.css
style.css
+52
-0
No files found.
style.css
0 → 100644
View file @
75b8f12a
body
,
html
{
height
:
100%
;
}
body
{
margin
:
0
;
font-family
:
'Segoe UI'
,
Tahoma
,
Geneva
,
Verdana
,
sans-serif
;
}
.info
p
{
margin
:
1rem
;
float
:
left
;
padding
:
20px
;
color
:
white
;
}
.info
img
{
float
:
right
;
padding
:
20px
;
}
.container
{
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fit
,
minmax
(
35rem
,
1
fr
));
height
:
800px
;
}
.card-1
{
background-color
:
green
;
}
.card-2
{
background-color
:
orange
;
}
.card-3
{
background-color
:
blue
;
}
.card-4
{
background-color
:
chocolate
;
}
.card-5
{
background-color
:
pink
;
}
.card-6
{
background-color
:
skyblue
;
}
.card-1
,
.card-2
,
.card-3
,
.card-4
,
.card-6
,
.card-5
{
padding
:
20px
;
}
\ 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