mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
more updates and changes
This commit is contained in:
parent
269d7784ab
commit
8be819bf91
15 changed files with 426 additions and 98 deletions
|
@ -24,6 +24,11 @@ body {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* 6. Improve media defaults */
|
||||
img,
|
||||
picture,
|
||||
|
@ -134,9 +139,19 @@ input[type='file']:focus::file-selector-button {
|
|||
}
|
||||
}
|
||||
|
||||
/* .file { */
|
||||
/* opacity: 0; */
|
||||
/* width: 0.1px; */
|
||||
/* height: 0.1px; */
|
||||
/* position: absolute; */
|
||||
/* } */
|
||||
main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.directory-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue