diff --git a/css/style.css b/css/style.css index 9196671..345ebf4 100644 --- a/css/style.css +++ b/css/style.css @@ -2918,3 +2918,20 @@ Readmore option */ } /* Rest of the CSS code */ + + +.libutton { + display: flex; + flex-direction: column; + justify-content: center; + padding: 7px; + text-align: center; + outline: none; + text-decoration: none !important; + color: #ffffff !important; + width: 200px; + height: 32px; + border-radius: 16px; + background-color: #0A66C2; + font-family: "SF Pro Text", Helvetica, sans-serif; +} diff --git a/index.html b/index.html index 869dbb6..813d295 100644 --- a/index.html +++ b/index.html @@ -357,11 +357,12 @@