mirror of
https://github.com/zoriya/RaccoonWebsite.git
synced 2025-12-05 23:46:09 +00:00
Making css work.
This commit is contained in:
2
.vscode/settings.json
vendored
Normal file
2
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
<nav class="navbar sticky-top navbar-expand-s navbar-dark bg-primary" >
|
||||
<nav class="navbar sticky-top navbar-expand-md navbar-dark bg-primary" >
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".nav-content">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<link rel="shortcut icon" type="image/png" href="drawables\icon.png"/>
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
|
||||
<link href=style.css" rel="stylesheet" type="text/css">
|
||||
<link href="style.scss" rel="stylesheet" type="text/css">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
|
||||
</head>
|
||||
|
||||
12
style.scss
Normal file
12
style.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Navigation bar */
|
||||
.nav-content
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
@include media-breakpoint-up(sm)
|
||||
{
|
||||
.nav-content
|
||||
{
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user