Created
June 21, 2015 21:52
-
-
Save tachyondecay/92e8eb1b24b6f113d3fa to your computer and use it in GitHub Desktop.
Add your own border colour to an embedded Twitter timeline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.twitter-timeline { | |
border: 1px solid blue !important; /* Replace "blue" with another named colour or hexadecimal color code of your choice. The "!important" flag prevents the inline styling from overriding this rule. */ | |
border-radius: 5px; /* This makes the corners rounded slightly. */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment