diff --git a/english.css b/english.css index 7c8fabe..8fc57cd 100644 --- a/english.css +++ b/english.css @@ -122,11 +122,36 @@ img:hover { h1 {font-size: 3em} +section { + flex-direction: column; + display: flex; + margin: 30px auto; + max-height: 10%; + max-width: 80%; + justify-content: center; + align-items: center; + font-size: 1.1rem; +} + +#photo { + margin-top: 50px; +} + +#text { + background-color: rgb(2, 2, 2); + color: whitesmoke; + padding: 50px 50px; + border: 5px solid blueviolet; + border-radius: 11px; + font-size: 1rem; +} + button { - font-size: 1.25; + font-size: 0.8rem; font-weight: bold; padding: 10px 30px; - border-radius: 5px; + max-width: 170px; + border-radius: 14px; border: 2px solid black; box-shadow: 2px 2px 10px rgb(97, 19, 171); color: rgb(255, 255, 255); @@ -139,19 +164,6 @@ button:hover { animation-duration: 1.2s; } -#photo { - margin-top: 50px; -} - -#text { - background-color: rgb(14, 14, 14); - color: whitesmoke; - margin: 50px; - padding: 50px 50px; - border: 5px solid blueviolet; - border-radius: 8px; -} - footer { background-color: black; color: white; diff --git a/english.html b/english.html index f5e8809..c7d42e1 100644 --- a/english.html +++ b/english.html @@ -9,13 +9,18 @@ Ariana Magali Ariza + + -
+