Skip to content

Commit 56e03e7

Browse files
committed
added class to the body
1 parent cdd803c commit 56e03e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Navbars/Fullscreen_Overlay_Navigation/code/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
padding: 0;
77
box-sizing: border-box;
88
}
9-
body {
9+
.parent--container {
1010
font-family: 'Playfair Display', serif;
1111
background: #fdfdea;
1212
transition: all 2s ease;

Navbars/Fullscreen_Overlay_Navigation/code/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="./css/style.css" />
88
<title>Document</title>
99
</head>
10-
<body>
10+
<body class="parent--container">
1111
<!-- Main conatiner -->
1212
<div class="container">
1313
<div class="hamburger">

0 commit comments

Comments
 (0)