Skip to content

Commit

Permalink
Create style_.css
Browse files Browse the repository at this point in the history
  • Loading branch information
merwin-asm committed Feb 16, 2023
1 parent 8191095 commit b839587
Showing 1 changed file with 94 additions and 0 deletions.
94 changes: 94 additions & 0 deletions style_.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
body {
background-image: url("bg_main_.svg");
background-repeat: no-repeat;
background-size: cover;
}

#b {
width: 25%;
height: 40px;
margin-top: 28%;
margin-left: 35%;
font-weight: 400;
box-sizing: border-box;
border: 2px solid #ccc;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
word-spacing: 2px;
}

#b:focus {
border: 2px solid #000000;
}

#make {
margin-left: 10px;
width: 10%;
height: 40px;
border: 2px;
border-style: solid;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
font-weight: 800;
}

#url {
margin-left: 35%;
font-weight: 600;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#github {
position: absolute;
margin-top: 4%;
margin-left: 88%;
}

.ls {
color: rgb(36, 36, 36);
text-decoration: none;
font-weight: 600;
font-size: small;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-left: 10px;
}

.mner {
visibility: hidden;
height: 0px;
width: 0px;
}

#footer {
position: fixed;
left: 0px;
bottom: 0px;
/* height: 30px; */
width: 100%;
/* background: #999; */
}

.alert {
padding: 20px;
background-color: rgb(32, 32, 32);
color: rgb(184, 184, 184);
font-size: 14px;
font-weight: 600;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 20px;
line-height: 18px;
cursor: pointer;
transition: 0.3s;
}

.closebtn:hover {
color: rgb(54, 54, 54);
}

0 comments on commit b839587

Please sign in to comment.