mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
[create-pull-request] push formatted files
This commit is contained in:
+49
-52
@@ -1,63 +1,60 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Buttons</title>
|
||||
|
||||
|
||||
<style>
|
||||
.Mainbutton {
|
||||
background-color: #0E7768;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 25px;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.Mainbutton:hover {
|
||||
background-color: #0A473E;
|
||||
}
|
||||
.Mainbutton {
|
||||
background-color: #0e7768;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 25px;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.Secondbutton{
|
||||
|
||||
font-family: 'Quicksand';
|
||||
font-style: normal;
|
||||
background-color: #6FB98F;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 25px;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
|
||||
}
|
||||
.Mainbutton:hover {
|
||||
background-color: #0a473e;
|
||||
}
|
||||
|
||||
.Secondbutton:hover {
|
||||
background-color: #397854;
|
||||
}
|
||||
|
||||
.input1{
|
||||
width: 30;
|
||||
height: 20;
|
||||
border-radius: 5px;
|
||||
border-color: black;
|
||||
}
|
||||
.Secondbutton {
|
||||
font-family: "Quicksand";
|
||||
font-style: normal;
|
||||
background-color: #6fb98f;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 25px;
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.Secondbutton:hover {
|
||||
background-color: #397854;
|
||||
}
|
||||
|
||||
.input1 {
|
||||
width: 30;
|
||||
height: 20;
|
||||
border-radius: 5px;
|
||||
border-color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
<button class="Mainbutton">Button</button>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
<button class="Secondbutton">Q</button>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<input class="input1" type="text">
|
||||
</body>
|
||||
</html>
|
||||
<br />
|
||||
<br />
|
||||
<input class="input1" type="text" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user