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
75
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
100
Building Inclusive Open Source Communities
alicetragedy
1
260
RGSoC 2018 Sponsor pitch
alicetragedy
0
240
Building Inclusive Open Source Communities
alicetragedy
0
190
Making your voice heard: Open Source needs You
alicetragedy
0
90
Making your voice heard: Open Source needs You
alicetragedy
0
110
Open Source Needs You
alicetragedy
0
330
Hackathons
alicetragedy
0
79
Contributing to & funding Open Source
alicetragedy
1
250
Other Decks in Design
See All in Design
公開スライド)熊本市様-電子申請中級編
garyuten
0
1k
デザインコンテキストのバトンをつなぐ—AI時代のプロダクトマネジメント
kumanoayumi
6
970
Storyboard Exercise: Chase Sequence
lynteo
1
240
「使いやすさ」だけでは、「勝てる」サービスにはならない。〜KPIとUXの分断を埋める、サービス戦略という「指針」〜
nbkouhou
2
190
「デザイン」の自分ごと化から始める、デザインピープルのふるまい
mewmo
0
190
ClaudeCodeでマーケターの課題を解決する
kenichiota0711
6
8.8k
デザインの文脈を理解する:エンジニアがデザインカンファレンスに参加して得た学びと気づき
hypebeans
0
100
TUNAG BOOK 2024
stmn
PRO
0
1.5k
「ツール」から「パートナー」へ。AI伴走時代のUXデザインとは?~操作を減らし、成果を最大にするための設計~
ncdc
1
250
チームをデザイン対象にする / Design for your team
kaminashi
1
810
Emmy's Artwork
mcksmith
0
210
文化のデザイン - Soft Impact of Design
atsushihomma
0
160
Featured
See All Featured
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
68
Building AI with AI
inesmontani
PRO
1
790
The Art of Programming - Codeland 2020
erikaheidi
57
14k
From π to Pie charts
rasagy
0
150
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
90
Being A Developer After 40
akosma
91
590k
Navigating Team Friction
lara
192
16k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
My Coaching Mixtape
mlcsv
0
69
Automating Front-end Workflow
addyosmani
1370
200k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
RailsConf 2023
tenderlove
30
1.4k
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!