Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gridlayout
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
Manivasagam S
gridlayout
Commits
5f7ffb76
Commit
5f7ffb76
authored
Apr 17, 2025
by
Manivasagam S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new changes
parent
dd8f0bb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
30 deletions
+36
-30
App.css
src/App.css
+36
-30
No files found.
src/App.css
View file @
5f7ffb76
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
}
}
body
{
body
{
max-width
:
198
0px
;
max-width
:
198
rem
;
margin-inline
:
auto
;
margin-inline
:
auto
;
}
}
html
{
html
{
...
@@ -17,8 +17,8 @@ html {
...
@@ -17,8 +17,8 @@ html {
}
}
nav
{
nav
{
position
:
fixed
;
position
:
fixed
;
height
:
5
0px
!important
;
height
:
5
rem
!important
;
padding
:
8px
30px
;
padding
:
0.8rem
3rem
;
}
}
nav
img
{
nav
img
{
...
@@ -51,20 +51,20 @@ image {
...
@@ -51,20 +51,20 @@ image {
.card
.about
h5
{
.card
.about
h5
{
font-weight
:
100
;
font-weight
:
100
;
font-size
:
1
6px
;
font-size
:
1
.6rem
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
}
}
.card
.about
hr
{
.card
.about
hr
{
height
:
1px
;
height
:
0.1rem
;
background-color
:
white
;
background-color
:
white
;
border
:
none
;
border
:
none
;
border-radius
:
1px
;
border-radius
:
0.1rem
;
}
}
.card
.about
.logo
{
.card
.about
.logo
{
width
:
6rem
;
width
:
6rem
;
margin-block
:
7px
;
margin-block
:
0.7rem
;
}
}
.card
.about
img
{
.card
.about
img
{
...
@@ -124,10 +124,10 @@ nav {
...
@@ -124,10 +124,10 @@ nav {
gap
:
3rem
;
gap
:
3rem
;
min-height
:
100vh
;
min-height
:
100vh
;
}
}
.card
.about
.logo
{
.card
.about
.logo
{
width
:
6rem
;
width
:
5rem
;
margin-block
:
7px
;
margin-block
:
0.7rem
;
}
}
.card
>
:nth-child
(
2
)
img
{
.card
>
:nth-child
(
2
)
img
{
...
@@ -143,8 +143,8 @@ nav {
...
@@ -143,8 +143,8 @@ nav {
.card
.about
h4
,
.card
.about
h4
,
.card
.about
hr
{
.card
.about
hr
{
width
:
100%
;
width
:
100%
;
margin-block
:
1
0px
;
margin-block
:
1
rem
;
font-size
:
1
8px
;
font-size
:
1
.7rem
;
font-weight
:
700
;
font-weight
:
700
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
}
}
...
@@ -159,6 +159,11 @@ nav {
...
@@ -159,6 +159,11 @@ nav {
min-height
:
30rem
;
min-height
:
30rem
;
transform
:
scale
(
1.2
);
transform
:
scale
(
1.2
);
}
}
.card-1
>
:nth-child
(
2
)
img
{
aspect-ratio
:
1
/
2
;
height
:
50rem
;
}
@media
(
min-width
:
640px
)
{
@media
(
min-width
:
640px
)
{
.main
{
.main
{
display
:
grid
;
display
:
grid
;
...
@@ -168,15 +173,15 @@ nav {
...
@@ -168,15 +173,15 @@ nav {
width
:
100%
;
width
:
100%
;
object-fit
:
contain
;
object-fit
:
contain
;
}
}
.card
{
.card
{
padding
:
3
3px
;
padding
:
3
.3rem
;
grid-template-columns
:
repeat
(
2
,
1
fr
);
grid-template-columns
:
repeat
(
2
,
1
fr
);
min-height
:
50vh
;
min-height
:
50vh
;
}
}
}
}
@media
(
min-width
:
769px
)
{
@media
(
min-width
:
768px
)
{
nav
{
nav
{
background
:
transparent
;
background
:
transparent
;
position
:
fixed
;
position
:
fixed
;
...
@@ -187,16 +192,16 @@ nav {
...
@@ -187,16 +192,16 @@ nav {
grid-template-columns
:
1
fr
1
fr
;
grid-template-columns
:
1
fr
1
fr
;
}
}
.card
{
.card
{
padding
:
2
0px
;
padding
:
2
rem
;
gap
:
2rem
;
gap
:
2rem
;
}
}
.card
.about
h4
{
.card
.about
h4
{
font-size
:
1
5px
;
font-size
:
1
.5rem
;
text-transform
:
capitalize
;
text-transform
:
capitalize
;
font-weight
:
400
;
font-weight
:
400
;
}
}
.card
.about
h5
{
.card
.about
h5
{
font-size
:
1
4px
;
font-size
:
1
.4rem
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
font-weight
:
100
;
font-weight
:
100
;
}
}
...
@@ -204,6 +209,7 @@ nav {
...
@@ -204,6 +209,7 @@ nav {
min-height
:
100%
;
min-height
:
100%
;
}
}
}
}
@media
(
min-width
:
1024px
)
{
@media
(
min-width
:
1024px
)
{
.main
{
.main
{
display
:
grid
;
display
:
grid
;
...
@@ -212,21 +218,21 @@ nav {
...
@@ -212,21 +218,21 @@ nav {
.card
{
.card
{
padding-left
:
5rem
;
padding-left
:
5rem
;
}
}
.card
>
:nth-child
(
2
)
img
{
.card
>
:nth-child
(
2
)
img
{
height
:
330px
;
height
:
33rem
;
margin-top
:
50px
;
margin-top
:
5rem
;
}
}
.card
.about
.logo
{
.card
.about
.logo
{
width
:
5rem
;
width
:
5rem
;
margin-block
:
7px
;
margin-block
:
0.7rem
;
}
}
.card-6
>
:nth-child
(
2
)
img
{
.card-6
>
:nth-child
(
2
)
img
{
transform
:
scale
(
1.2
);
transform
:
scale
(
1.2
);
margin-left
:
0.6rem
;
margin-left
:
0.6rem
;
margin-top
:
6rem
;
margin-top
:
6rem
;
}
}
.card-1
>
:nth-child
(
2
)
img
{
.card-1
>
:nth-child
(
2
)
img
{
margin-top
:
5px
;
margin-top
:
0.5rem
;
}
}
}
}
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