add CSS
This commit is contained in:
parent
d56657117a
commit
d665bdbf5e
@ -2,9 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>HTML / CSS</title>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<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