Skip to content

Commit

Permalink
automated
Browse files Browse the repository at this point in the history
  • Loading branch information
tsotneforester committed May 21, 2024
1 parent 419ac50 commit cd314eb
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 3 deletions.
82 changes: 82 additions & 0 deletions 04_verify_code/css/root.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
*,
::before,
::after {
padding: 0;
margin: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

:focus,
:active {
outline: none;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
text-decoration: none;
outline: none;
}

input,
button,
textarea {
font-family: inherit;
}

input::-ms-clear {
display: none;
}

input {
min-width: 0;
}

button {
cursor: pointer;
border: none;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

img {
max-width: 100%;
display: block;
min-width: 0;
}

ul li {
list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
font-size: inherit;
font-weight: 400;
margin: 0;
padding: 0;
}

pre {
box-sizing: border-box;
margin: 0;
}

:root {
font-family: "Nunito", Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
4 changes: 3 additions & 1 deletion 04_verify_code/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "root.css";
*,
::before,
::after {
Expand Down Expand Up @@ -80,11 +81,12 @@ pre {

body {
min-height: 100vh;
min-height: 100svh;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-family: "Nunito", sans-serif;
background-color: #caceb6;
}

main {
Expand Down
2 changes: 0 additions & 2 deletions 08_an_independence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
<br/>
<a href="https://gpx.ge/jsvanilla/08_an_independence" target="_blank">πŸ–₯️ View Demo</a>


</div>


<!-- https://img.shields.io/badge/-API-aad742 -->

<!-- %201%20-newbie-white?labelColor=6abecd -->
Expand Down

0 comments on commit cd314eb

Please sign in to comment.