Commit 55e8a24e by Vinod

Font family added

parent 2842eac4
...@@ -9,8 +9,7 @@ body { ...@@ -9,8 +9,7 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
color: white; color: white;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, font-family: "Open Sans", sans-serif;
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
} }
.container > div:nth-child(2) { .container > div:nth-child(2) {
...@@ -206,6 +205,9 @@ body { ...@@ -206,6 +205,9 @@ body {
width: 5%; width: 5%;
margin: 2%; margin: 2%;
} }
.hline {
width: 80%;
}
.wrapper { .wrapper {
width: 100%; width: 100%;
display: grid; display: grid;
......
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Responsive Layout(without Grid & Flex)</title> <title>Responsive Layout(without Grid & Flex)</title>
<link rel="stylesheet" href="/CSS/style.css" /> <link rel="stylesheet" href="/CSS/style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
rel="stylesheet"
/>
</head> </head>
<body> <body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment