add CSS
This commit is contained in:
parent
d56657117a
commit
d665bdbf5e
@ -2,9 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>HTML / CSS</title>
|
<title>HTML / CSS</title>
|
||||||
<style>
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||||
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form method="GET" action="http://webex.sdi.hevs.ch/calc">
|
<form method="GET" action="http://webex.sdi.hevs.ch/calc">
|
||||||
|
15
styles.css
Normal file
15
styles.css
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
body {
|
||||||
|
background-color: lightgreen;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="number"] {
|
||||||
|
background-color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="submit"] {
|
||||||
|
background-color: deepskyblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="reset"] {
|
||||||
|
background-color: palevioletred;
|
||||||
|
}
|
Reference in New Issue
Block a user