Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
new-mobiles
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
Siyam Kumar
new-mobiles
Commits
a825f560
Commit
a825f560
authored
Apr 25, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3column
parent
1cc0d38d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
43 deletions
+34
-43
index.html
public/index.html
+1
-0
App.css
src/App.css
+33
-43
No files found.
public/index.html
View file @
a825f560
<!DOCTYPE html>
<html>
<html>
<head>
<head>
...
...
src/App.css
View file @
a825f560
...
@@ -31,11 +31,11 @@ header>img {
...
@@ -31,11 +31,11 @@ header>img {
hr
{
hr
{
border
:
1px
solid
#faf8f8
;
border
:
1px
solid
#faf8f8
;
}
}
.container
>
div
{
.container
>
div
{
padding
:
40px
;
padding
:
40px
;
min-height
:
calc
(
100
%
-
50px
);
min-height
:
calc
(
100
vh
-
50px
);
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
...
@@ -84,66 +84,57 @@ hr {
...
@@ -84,66 +84,57 @@ hr {
.container
>
div
{
.container
>
div
{
float
:
left
;
float
:
left
;
width
:
50%
;
width
:
50%
;
min-height
:
100%
;
min-height
:
100vh
;
}
padding-top
:
70px
;
.mainimage
{
min-height
:
200px
;
}
}
.
sub
image
{
.
main
image
{
m
argin-top
:
25px
;
m
in-height
:
36vw
;
}
}
header
{
header
{
position
:
fixed
;
position
:
fixed
;
background-color
:
initial
;
background-color
:
initial
;
filter
:
invert
(
1
);
filter
:
invert
(
1
);
}
}
}
}
@media
screen
and
(
min-width
:
780px
)
{
@media
screen
and
(
min-width
:
780px
)
{
.container
>
div
{
.container
>
div
{
width
:
33.3%
;
width
:
33.3%
;
min-height
:
50%
;
padding
:
50px
;
}
}
}
@media
screen
and
(
min-width
:
992px
)
{
.container
>
div
{
width
:
33.3%
;
min-height
:
50%
;
padding
:
50px
;
}
.mainimage
{
.mainimage
{
float
:
right
;
float
:
right
;
margin-top
:
-170px
;
margin-top
:
-160px
;
max-width
:
200px
;
max-width
:
120px
;
max-height
:
150px
;
min-height
:
160px
;
}
}
.desc
{
max-height
:
65px
;
}
.container
h4
{
.container
h4
{
font-size
:
small
;
max-width
:
20%
;
max-width
:
30%
;
text-transform
:
initial
;
font-size
:
15px
;
}
}
.container
p
{
.container
p
{
font-size
:
13px
;
font-size
:
13px
;
float
:
left
;
float
:
left
;
text-transform
:
uppercase
;
text-transform
:
uppercase
;
margin-top
:
initial
;
}
}
hr
{
hr
{
width
:
50%
;
width
:
50%
;
float
:
left
;
float
:
left
;
margin-right
:
1
15
px
;
margin-right
:
1
20
px
;
}
}
.subimage
{
margin-bottom
:
13px
;
margin-top
:
60px
;
}
.container
h4
{
text-transform
:
initial
;
font-size
:
15px
;
}
}
}
\ 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