티스토리 뷰
- dummy link : <a href = "#">
- to make a full viewport : height: 100vh
but 1) only the portion of the picture will be shown (looks too zoomed in)
but 2) if there's margin up on the top it's because of the <h1>~<h6> element's margin that we have on html file
- position : absolute is the only way to make sth vertically & horizontally centered
- background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("something.jpg"); covers up the image with color, linear gradient() needs two specification. used for gradients but if darkening is the purpose, than just write the same two color inside the bracket.
- inline block (think of it as a mix of block element and inline element) : similar to inline block but can have padding and margin. So the difference is that it doesn't force line break but can attribute padding & margin.
- <a></a> is an inline element
- hover
means) when the cursor is over sth
position in the editor) write after sth:link & sth:visited (if there is/are one).
- active state : when sth is clicked
- transition: background-color 0.2s, border 0.2s, color 0,2s; it makes a gradual transition within background of the button. More than one property can be included
'CS > Web' 카테고리의 다른 글
[omnifood] 1. header (0) | 2018.02.14 |
---|---|
[omnifood] 야학을 지나 유데미(udemy)로~ (0) | 2018.02.14 |
유데미를 통해 깨달은 웹개발 (0) | 2018.01.31 |
[CSS] 깨지지 않는 글씨체에는 뭐가 있을까?(Web safe fonts) (0) | 2018.01.16 |
[CSS] 원하는 색상의 코드를 뽑아준다!(RGB Color Codes Chart) (0) | 2018.01.16 |
- Total
- Today
- Yesterday
- nosql
- 삼성소프트웨어아카데미
- 졸업작품
- 소프트웨어역량시험
- 데이터분석
- firebase
- 소프트웨어아카데미
- 부스트캠프2020
- OS
- C++
- 개발자인턴
- 운영체제
- 코테
- SWIFT
- 삼성
- 프로그래머스
- 컴공졸작
- RxSwift
- TableView
- 부스트캠프
- 인턴
- 부캠
- 커넥트재단
- 코딩테스트
- ios
- 보안
- 알고리즘
- 컴퓨터공학
- swacademy
- 컴과졸작
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |