We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd803c commit 56e03e7Copy full SHA for 56e03e7
Navbars/Fullscreen_Overlay_Navigation/code/css/style.css
@@ -6,7 +6,7 @@
6
padding: 0;
7
box-sizing: border-box;
8
}
9
-body {
+.parent--container {
10
font-family: 'Playfair Display', serif;
11
background: #fdfdea;
12
transition: all 2s ease;
Navbars/Fullscreen_Overlay_Navigation/code/index.html
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="./css/style.css" />
<title>Document</title>
</head>
- <body>
+ <body class="parent--container">
<!-- Main conatiner -->
<div class="container">
13
<div class="hamburger">
0 commit comments