i hate css
This commit is contained in:
@@ -1 +0,0 @@
|
||||
|
||||
BIN
static/assets/uwu.jpg
Normal file
BIN
static/assets/uwu.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
@@ -1,5 +1,5 @@
|
||||
body {
|
||||
|
||||
|
||||
background: url(/static/assets/bg.gif);
|
||||
color: white;
|
||||
font-family: monospace;
|
||||
@@ -19,7 +19,7 @@ body {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.titlebar {
|
||||
@@ -34,7 +34,7 @@ a:link {
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
#main-pane {
|
||||
@@ -71,7 +71,7 @@ a:link {
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
#content-pane, #sidenav {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@@ -88,5 +88,5 @@ a:link {
|
||||
margin-left: 10px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
|
||||
|
||||
|
||||
.post {
|
||||
border: 2px solid purple;
|
||||
height: 10%;
|
||||
/* position: relative;
|
||||
object-fit: contain; */
|
||||
}
|
||||
|
||||
.post-img {
|
||||
/* width: fit-content;
|
||||
height: fit-content;
|
||||
position: relative;
|
||||
width: fit-content; */
|
||||
}
|
||||
Reference in New Issue
Block a user