Finished blogs
This commit is contained in:
parent
42c4281276
commit
af69ba98ba
18 changed files with 311 additions and 19 deletions
24
src/components/blogs/Blogs.css
Normal file
24
src/components/blogs/Blogs.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
.react-tabs__tab--selected {
|
||||
transition: 1s;
|
||||
border-top: 1px #00AA00 solid;
|
||||
}
|
||||
|
||||
.tab-btn {
|
||||
background-color: #121212;
|
||||
transition: 1s;
|
||||
|
||||
|
||||
border-bottom: 1px #FFFFFF solid;
|
||||
}
|
||||
|
||||
.btn-beg {
|
||||
border-bottom-left-radius: 10px;
|
||||
border-top-left-radius: 10px;
|
||||
border-left: 1px #FFFFFF solid;
|
||||
}
|
||||
|
||||
.btn-end {
|
||||
border-bottom-right-radius: 10px;
|
||||
border-top-right-radius: 10px;
|
||||
border-right: 1px #FFFFFF solid;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue