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
ee6fb739
Commit
ee6fb739
authored
Apr 18, 2022
by
Anburaj G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
message
parent
b4f9539b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
25 deletions
+5
-25
desktop.html
desktop.html
+0
-4
stylesheet.css
stylesheet.css
+0
-3
stylesheet1.css
stylesheet1.css
+5
-18
No files found.
desktop.html
View file @
ee6fb739
...
...
@@ -79,10 +79,7 @@
<main>
<img
src=
"./image-6.png"
/>
</main>
</div>
</div>
</body>
</html>
\ No newline at end of file
stylesheet.css
View file @
ee6fb739
...
...
@@ -59,7 +59,6 @@ div:nth-child(7){
.card
>
h3
{
color
:
white
;
}
.card
>
p
{
...
...
@@ -70,7 +69,6 @@ div:nth-child(7){
max-width
:
100%
;
}
.card
:nth-child
(
1
)
{
max-width
:
25%
}
\ No newline at end of file
stylesheet1.css
View file @
ee6fb739
...
...
@@ -10,26 +10,22 @@ body{
margin
:
0px
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
width
:
100%
;
min-height
:
100vh
;
min-height
:
100vh
;
}
.container
{
display
:
grid
;
grid-template-columns
:
repeat
(
3
,
1
fr
);
width
:
100%
;
}
}
.card
{
display
:
flex
;
}
}
nav
>
img
{
max-width
:
50%
;
margin
:
60%
15%
3%
9%
}
nav
>
h3
{
color
:
white
;
...
...
@@ -54,16 +50,10 @@ main>img{
margin
:
1%
5%
2%
10%
;
}
.card
:nth-child
(
1
)
{
background-color
:
rgb
(
65
,
202
,
110
);
padding
:
20%
5%
1%
20%
;
}
.card
:nth-child
(
2
)
{
...
...
@@ -107,9 +97,6 @@ main>img{
main
>
img
{
align-items
:
center
;
}
}
@media
(
min-width
:
768px
){
...
...
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