Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css
2024-04-30 11:11:47 +02:00

100 lines
1.4 KiB
CSS

body{
background-image: url("img/backround.jpg");
background-position: right top;
background-size: cover;
}
h1{
text-align: center;
color: white;
font-size: 40px
}
h2{
text-align: center;
color: white
}
input{
background: transparent;
border: 2px solid white;
}
input:focus{
border: 2px solid #ff5c33;
outline: none;
}
a.button{
display: block;
margin-right: 500px;
margin-left: 500px;
padding: 30px 90px;
border: 3px solid white;
border-radius: 10px;
text-align: center;
text-decoration: none;
font-size: 20px;
color: white;
}
a.button:hover{
background: rgba(255, 255, 255, 0.25);
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
a.bookmark{
text-align: right;
font-size: 20px;
color: white;
text-decoration: none;
margin: 50px;
}
table.inputs{
width: 50%;
text-align: right;
margin: 50px;
margin-left: auto;
margin-right: auto;
}
table
{
width: 80%;
font-size: 20px;
color: white;
margin-left: auto;
margin-right: auto;
}
table th, table td
{
border: 1px solid white;
padding: 10px;
}
.inputcell
{
padding: 0;
margin: 0;
}
.inputcell input
{
color: white;
}
table td input
{
width: 100%;
box-sizing: border-box;
height: 30px;
}
.list table
{
border-collapse: collapse;
}
table button
{
width: 100%;
box-sizing: border-box;
height: 30px;
}