diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-19 04:58:03 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-19 04:58:03 +0100 |
commit | c509a2d6aa9394fa7200d8fa11904914d8e81f06 (patch) | |
tree | 3ba0ba4aa4ebe1ad232b2dfbabf5dbf99a3327b7 /style.css | |
parent | 1818a590244c1ae8390a6fb58d6e1f775b46d723 (diff) | |
download | arfnet2-cstims-c509a2d6aa9394fa7200d8fa11904914d8e81f06.tar.gz arfnet2-cstims-c509a2d6aa9394fa7200d8fa11904914d8e81f06.zip |
Order working
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ body { font-size: 150%; } +.col { + float: left; +} + .col5 { float: left; width: 50%; |