muchas cosas, aun esta en proceso de construccion

This commit is contained in:
Daniel Cortés
2019-06-23 00:09:30 -04:00
parent a3a974d750
commit 110b0a07fc
23 changed files with 271 additions and 981 deletions

View File

@@ -1,52 +1,49 @@
@import 'skeleton-scss/scss/skeleton.scss';
/**
* Ryuuji
*/
* Ryuuji
*/
$colorfg: #212121;
$colorborder: #f2f2f2;
$color01: #0fa0ce;
body {
color: $colorfg;
max-width: 80ch;
padding: 2rem;
margin: auto;
}
nav {
display: block;
width: 100%;
height: 4rem;
border-top: 1px solid #fafafa;
border-bottom: 1px solid #fafafa;
margin-bottom: 2em;
hr {
border: 1px solid $colorborder;
}
.container {
width: 100%;
.navbar {
display: flex;
border-bottom: 1px solid $colorborder;
}
ul {
list-style: none;
margin-bottom: 0;
.navbar-items {
display: flex;
list-style: none;
}
li {
position: relative;
float: left;
margin-bottom: 0;
.navbar-item a {
text-transform: uppercase;
font-weight: bold;
letter-spacing: .2rem;
text-decoration: none;
margin-left: 1em;
color: $colorfg;
a {
display: inline-block;
text-transform: uppercase;
font-weight: bold;
letter-spacing: .2rem;
margin-right: 35px;
text-decoration: none;
line-height: 4rem;
color: $colorfg;
}
.navbar-item a:hover {
color: $color01;
}
&:hover {
color: $color01 !important;
}
}
}
}
@media only screen and (max-width: 768px) {
.navbar-items, .navbar {
flex-direction: column;
}
}