diff --git a/css/styles.css b/css/styles.css index 52e7677..d4c500b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -31,6 +31,30 @@ p { margin: auto; } +.repo-url{ + position: relative; + margin: 0; + width: 100%; + font-size: 24px; + font-family: inherit; + font-weight: inherit; + line-height: 1.4em; + border: 0; + outline: none; + color: inherit; + padding: 6px; + border: 1px solid #999; + box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2); + box-sizing: border-box; + -webkit-font-smoothing: antialiased; + -moz-font-smoothing: antialiased; + font-smoothing: antialiased; + padding: 16px 16px 16px 60px; + border: none; + background: rgba(209, 129, 129, 0.13); + box-shadow: inset 0 -2px 1px rgba(0,0,0,0.03); +} + /** * Demo Code */ @@ -167,3 +191,4 @@ footer span { margin-bottom: -8px; } } + diff --git a/index.html b/index.html index fa8d08a..cdd449c 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,6 @@ -