Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
decrappified css
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed Jan 30, 2024
1 parent 22975fd commit 784529f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 107 deletions.
20 changes: 0 additions & 20 deletions web-frontend/index-old.html

This file was deleted.

39 changes: 0 additions & 39 deletions web-frontend/index-old.js

This file was deleted.

6 changes: 3 additions & 3 deletions web-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
</button>
<p class="p">Shortened URL :</p>
</div>

<a id="link"><p id="output"></p></a>

<div id="helpouterouter">
<div id="helpouter">
<a id="helpatag" href="https://ksdocs.kioydiolabs.org/user-documentation.html">Need help?</a>
<a id="helpatag" href="./privacy-policy.html">Privacy Policy</a>
<a class="helpatag" href="https://ksdocs.kioydiolabs.org/user-documentation.html">Need help?</a>
<a class="helpatag" href="./privacy-policy.html">Privacy Policy</a>
</div>
</div>

Expand Down
36 changes: 0 additions & 36 deletions web-frontend/style-old.css

This file was deleted.

33 changes: 24 additions & 9 deletions web-frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,29 @@ body{
text-align: center;
color: white;
font-family: Arial;
background-image: url(./icon/sunrise.png);
/* background-image: url(./icon/sunrise.png);
background-position: center;
background-attachment: fixed;
background-size: cover;
background-size: cover; */
background: rgb(96,48,18);
background: linear-gradient(0deg, rgba(96,48,18,1) 0%, rgba(96,48,18,1) 0%, rgba(8,7,25,1) 60%, rgba(12,11,29,1) 100%);
background-position: center;
background-attachment: fixed;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
height: 97vh;
}

#output{
color: #be5413;
}

#output:hover{
color: #eb5f08;
}

#policy{
size: small;
}
Expand Down Expand Up @@ -49,15 +62,16 @@ rest{
}

a{
color: #0077ff;
color: #be5413;
margin-left: 5px;
margin: 0px;
}

#helpatag{
.helpatag{
color: white;
font-style: italic;
margin: 3px;
/* border: 1px solid black; */
}

#maindiv{
Expand Down Expand Up @@ -198,16 +212,17 @@ button:hover{
}

#confirmouter{
display: block;
display: inline-block;
text-align: center;
align-items: center;
justify-content: center;
align-items: start;
justify-content: start;
display: flex;
flex-direction: column;
flex-direction: row;
position: fixed;
bottom: 10px;
left: 10px;
font-size: small;
/* border: 1px dashed black; */
}

#helpouter{
Expand Down Expand Up @@ -242,7 +257,7 @@ button:hover{
}

#confirmouter{
width: 100%;
width: min-content;
display: flex;
flex-direction: column;
justify-content: flex-start;
Expand Down

0 comments on commit 784529f

Please sign in to comment.