diff --git a/assets/css/style.css b/assets/css/style.css index be159d0..d60701a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1 +1,17 @@ -/*wait why is this empty? */ \ No newline at end of file +/*wait why is this empty? */ +nav h1{ + color: aqua; +} + +image{ + height: 200 +} + +#italy{ + width: 200px; + height: 200px; + border-radius: 50%; + display:block; + margin-left:auto; + margin-right:auto; +} \ No newline at end of file diff --git a/index.html b/index.html index 633197a..e975700 100644 --- a/index.html +++ b/index.html @@ -8,15 +8,16 @@