diff --git a/popup/popup.css b/popup/popup.css index efd5a72..1f3abe0 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -13,6 +13,26 @@ body { margin-bottom: 15px; } +.container2 { + display: block; + text-align: center; + margin: 0 auto; + width: 80%; + margin-bottom: 15px; +} + +.btn1 { + border-radius: 5px; + background-color: #075656; + border: 4px solid #075656; + color: whitesmoke; + font-weight: 400; + padding: 4px 15px; + margin-right: 25px; + text-align: center; +} + + button { border-radius: 5px; background-color: #075656; @@ -36,3 +56,9 @@ label { margin: 15px auto; display: block; } + +.span { + width: 50px; + height: 50px; + background: black; +} diff --git a/popup/popup.html b/popup/popup.html index e9a962e..d647ea0 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -10,13 +10,19 @@ - +