bo le site
This commit is contained in:
rodzic
692fc9aeb6
commit
a2cddad951
4 zmienionych plików z 27 dodań i 31 usunięć
20
css/t1.css
20
css/t1.css
|
@ -3,28 +3,20 @@ body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
margin: 0;
|
margin: 500;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
|
||||||
font-family: "Times New Roman", serif;
|
|
||||||
text-align: left;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 5px 10px;
|
padding: 5px 15px;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -32,7 +24,3 @@ table {
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
|
||||||
padding: 5px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
26
css/t2.css
26
css/t2.css
|
@ -1,19 +1,26 @@
|
||||||
/* t2.css - HTML+ */
|
/* t2.css - HTML+ */
|
||||||
body {
|
body {
|
||||||
font-family: Verdana, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
background-color: #f4f4f4;
|
background-color: #f55555;
|
||||||
color: #333;
|
color: #333333;
|
||||||
margin: 0;
|
margin: 10;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output {
|
||||||
|
color: aqua;
|
||||||
|
font-size: 75px;
|
||||||
|
border:dotted #00ff62;
|
||||||
|
border-radius: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
background-color: #ddd;
|
background-color: #0206ff;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
@ -26,14 +33,19 @@ img {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-family:Impact;
|
||||||
|
color: rgb(77, 230, 143);
|
||||||
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 1px solid #ddd;
|
border: 15px solid #e99d0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: 1px solid #ddd;
|
border: 8px solid #fc04fc;
|
||||||
}
|
}
|
||||||
|
|
10
css/t3.css
10
css/t3.css
|
@ -7,16 +7,12 @@ body {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
|
||||||
font-family: 'Arial', sans-serif;
|
|
||||||
text-align: left;
|
|
||||||
color: #2c3e50;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #3498db;
|
background-color: #fc3e04;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -24,7 +20,7 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #2980b9;
|
background-color: #ff9900;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
|
@ -16,7 +16,7 @@ h1, h2, h3 {
|
||||||
button {
|
button {
|
||||||
padding: 12px 25px;
|
padding: 12px 25px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: #1abc9c;
|
background-color: #fc3e04;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|
Ładowanie…
Reference in a new issue