diff --git a/ict/page/index.html b/ict/page/index.html index 3065f61..394e710 100644 --- a/ict/page/index.html +++ b/ict/page/index.html @@ -22,13 +22,13 @@

Gifs

- +

Card 1

- +

Card 2

- +

Card 3

diff --git a/ict/page/style.css b/ict/page/style.css index 264b2fe..d89f8c5 100644 --- a/ict/page/style.css +++ b/ict/page/style.css @@ -27,6 +27,9 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } +* { + overflow-x: hidden; +} body { line-height: 1; } @@ -62,9 +65,9 @@ table { } header { - width: 99%; + width: 100%; height: 400px; - overflow:unset; + text-align: center; display: block; padding-top: 15%; @@ -102,7 +105,7 @@ li a { justify-content: center; } -.card { +.card img { width: 250px; height: 300px; display: block; @@ -113,7 +116,14 @@ li a { .card { width: 250px; height: 300px; + text-align: center; display: block; + border: 1px; + border-color: black; + border-style: solid; + border-radius: 10px; + margin-left: auto; + margin-right: auto; } @media screen and (max-width: 768px) {