diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-04-26 14:50:52 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-04-26 14:50:52 +0200 |
| commit | b857587a8f070b93749d8c25286cf28bad436f80 (patch) | |
| tree | 2f7d2d380388bc4d7222a6526eaa28668f72fce1 /Aufgabe04/style.css | |
| parent | 244f5cb930ddd208e0dc2a1741ac1c4b4f127da7 (diff) | |
| download | InternetTechnologien-b857587a8f070b93749d8c25286cf28bad436f80.tar.gz InternetTechnologien-b857587a8f070b93749d8c25286cf28bad436f80.zip | |
Add styling to task 4
Diffstat (limited to 'Aufgabe04/style.css')
| -rw-r--r-- | Aufgabe04/style.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Aufgabe04/style.css b/Aufgabe04/style.css new file mode 100644 index 0000000..27cd8b8 --- /dev/null +++ b/Aufgabe04/style.css @@ -0,0 +1,38 @@ +@CHARSET "UTF-8"; + +u { + text-decoration: underline; +} + +form { + width: 450px; + background-color: #ccc; + border: 1px dotted #333; + padding: 5px; + margin: 0px auto; +} + +form h1 { + text-align: center; +} + +div.row { + clear: both; + padding-top: 5px; +} + +div.row label { + float: left; + width: 200px; + text-align: right; +} + +div.row .formw { + float: right; + width: 235px; + text-align: left; +} + +div.spacer { + clear: both; +}
\ No newline at end of file |
