Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
What We Talk About When We Talk About CSS
Search
alicetragedy
July 20, 2013
Design
0
73
What We Talk About When We Talk About CSS
An Introduction to CSS for a PyLadies workshop in Vienna, Austria.
alicetragedy
July 20, 2013
Tweet
Share
More Decks by alicetragedy
See All by alicetragedy
Building inclusive Open Source communities
alicetragedy
0
87
Building Inclusive Open Source Communities
alicetragedy
1
240
RGSoC 2018 Sponsor pitch
alicetragedy
0
230
Building Inclusive Open Source Communities
alicetragedy
0
180
Making your voice heard: Open Source needs You
alicetragedy
0
73
Making your voice heard: Open Source needs You
alicetragedy
0
89
Open Source Needs You
alicetragedy
0
320
Hackathons
alicetragedy
0
57
Contributing to & funding Open Source
alicetragedy
1
240
Other Decks in Design
See All in Design
「自分の仕事はどこまで?」と問い続けたら。デザイナーの「視座」を考える
mukai_takeru
0
240
Installing and Running decksh/pdfdeck
ajstarks
1
890
プロダクトリニューアルと同時に進める初めてのデザインシステム
techtekt
PRO
0
170
企画を動かすデザイナーの思考!「広げて絞る」アプローチ。
hikidakan
0
210
Portfolio 齋藤明敏 Hiroyuki Saito_守秘義務あり
crearedesign
0
360
What makes a great Director?
_limex_
0
350
root COMPANY DECK / We are hiring!
root_recruit
1
25k
AI業務アプリケーションの体験デザイン
kazuhirokimura
0
220
Memory Man v3 (WIP)
storybychad
PRO
0
2.9k
Goodpatch Tour💙 / We are hiring!
goodpatch
31
910k
街・都市という眼差し。まちづくりにおける規範と実践
sakamon
1
230
モビリティプラットフォームの未来を築くクラウド基盤
kossykinto
0
100
Featured
See All Featured
Visualization
eitanlees
150
16k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
680
Faster Mobile Websites
deanohume
310
31k
The Language of Interfaces
destraynor
162
25k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
Building Adaptive Systems
keathley
44
2.8k
A better future with KSS
kneath
239
18k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.4k
Building Applications with DynamoDB
mza
96
6.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Transcript
a not-so-thorough lightning talk by Laura Gaetano When we talk
about CSS What we talk about
and I'm a visual artist gone geek. Hello, my name
is Laura
(I also email developers when I find typos in their
apps.) I like impressive, clear, exciting, functional and beautiful design.
(what's that?) Some years ago, I fell in love with
CSS
and that's a good thing. Cascading Style Sheets help you
style and strategically divide your page
The Basics: Think of it like a recipe
- you have a lot of ingredients available to choose
from - and: some ingredients reaaaaaally don't like each other! - the order in which you use them matters! (most of the time)
Onto the hard stuff: What does CSS look like? It
has a lovely, easy to learn syntax: lots of curly braces and semi-colons!
body { font-family: Helvetica; font-color: purple; } selector / property
/ value
To insert CSS into your HTML code, you can either
use <style> tags in your <head></head>... (but that's not so cool) or use an external stylesheet which means you can keep all your styling in one place!
External Stylesheet = Awesome <link href="your_css_filename.css" rel="stylesheet" type="text/css" />
If you want to play around with CSS you can
check out the Twitter bootstrap http://twitter.github.io/bootstrap/
If you want to stalk me, you can find me
here: twitter: @alicetragedy web: www.alicetragedy.org github: github.com/alicetragedy instagram: okay, you get the point
(sponsored by placekitten.com) And here's a kitten picture for you!