Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-responsive-layout
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
Vinod
Simple-responsive-layout
Commits
55e8a24e
Commit
55e8a24e
authored
Jun 12, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Font family added
parent
2842eac4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
style.css
CSS/style.css
+4
-2
desktop.html
desktop.html
+4
-0
No files found.
CSS/style.css
View file @
55e8a24e
...
...
@@ -9,8 +9,7 @@ body {
width
:
100%
;
height
:
100%
;
color
:
white
;
font-family
:
system-ui
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
Oxygen
,
Ubuntu
,
Cantarell
,
"Open Sans"
,
"Helvetica Neue"
,
sans-serif
;
font-family
:
"Open Sans"
,
sans-serif
;
}
.container
>
div
:nth-child
(
2
)
{
...
...
@@ -206,6 +205,9 @@ body {
width
:
5%
;
margin
:
2%
;
}
.hline
{
width
:
80%
;
}
.wrapper
{
width
:
100%
;
display
:
grid
;
...
...
desktop.html
View file @
55e8a24e
...
...
@@ -6,6 +6,10 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Responsive Layout(without Grid
&
Flex)
</title>
<link
rel=
"stylesheet"
href=
"/CSS/style.css"
/>
<link
href=
"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel=
"stylesheet"
/>
</head>
<body>
...
...
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