MyTube/public/css/base.css

27 lines
294 B
CSS
Raw Normal View History

2021-01-06 17:15:05 +00:00
.bg-grey {
background-color: #ccc;
}
.navbar {
margin-bottom: 50px;
2021-01-06 23:43:51 +00:00
}
.hidden {
height: 1px;
width: 1px;
position: absolute;
top: -10px;
left: -1px;
2021-01-07 23:12:05 +00:00
}
.avatar {
height: 30px;
}
2021-01-08 12:37:45 +00:00
.container {
position: relative;
}
.customNavbar {
margin-right: auto;
2021-01-06 17:15:05 +00:00
}