Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
madhan-task
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
Madhankumar
madhan-task
Commits
5e7a4684
Commit
5e7a4684
authored
a year ago
by
Madhankumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit
parent
f536ae0a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
56 deletions
+27
-56
index.html
index.html
+1
-1
style.css
style.css
+26
-55
No files found.
index.html
View file @
5e7a4684
<!DOCTYPE html>
<html>
<head>
<link
rel=
"stylesheet"
href=
"style.css"
/>
<link
rel=
"stylesheet"
href=
"style.css"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
</head>
...
...
This diff is collapsed.
Click to expand it.
style.css
View file @
5e7a4684
*
{
margin
:
0
;
padding
:
0
;
}
.cont
{
display
:
flex
;
flex-wrap
:
wrap
;
min-height
:
100vh
;
}
.cont
{
min-height
:
100vh
;
}
.card
{
float
:
left
;
width
:
33.333%
;
}
.card
.card-desc
{
padding
:
28px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
height
:
100%
;
}
.cont
:after
{
content
:
""
;
clear
:
both
;
display
:
table
;
}
.card-text
,
.card-image
{
float
:
left
;
width
:
50%
;
}
.card-text
{
font-size
:
18px
;
.card
p
{
color
:
white
}
.card-text
img
{
.card
.card-text
img
{
height
:
50px
;
object-fit
:
contain
;
aspect-ratio
:
3
/
2
;
...
...
@@ -35,9 +37,10 @@
height
:
300px
;
object-fit
:
contain
;
}
.card
p
{
color
:
white
.card
-text
{
font-size
:
18px
;
}
.cardbg1
{
background
:
#41ca6e
;
}
...
...
@@ -56,36 +59,4 @@
.cardbg6
{
background
:
#4ec2e7
;
}
hr
{
height
:
2px
;
background-color
:
white
;
border
:
none
;
}
.card
.card-desc
.card-text
{
margin
:
49px
;
}
/* small screen */
@media
only
screen
and
(
max-width
:
768px
){
.card
{
flex-basis
:
100%
;
}
.card
.card-desc
{
display
:
flex
;
flex-direction
:
column
;
}
}
/* medium screen */
@media
only
screen
and
(
min-width
:
769px
)
and
(
max-width
:
1024px
){
.card
{
width
:
50%
;
}
}
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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