タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

cssに関するFushiharaのブックマーク (2)

  • メディアクエリーについてまとめながら勉強 - web.londoner25.net

    前回のiPhoneサイト構築の記事にも出てきたMedia Queries(メディアクエリー)についておさらいします。 その記事では手っ取り早くiPhoneサイトをつくるにはメディアクエリーを使うのもありと書きましたが、深く調べると、非推奨(賛否両論)のテクニックだったようなのでその点も踏まえてメモします。 Media Queriesとは CSS3で定義されたmedia typeを拡張する仕様です。 これを用いると指定された条件を満たしたディスプレイがに応じて適用するCSSを変えられます。 (iPhoneサイトを作る上での落とし穴) media typeとは CSSを適用するメディアを指定するものです。 <link rel="stylesheet" type="text/css" href="css/iphone.css" media="screen" /> 上記コードのmedia属性

  • Lucian Marin @lucian

    🌲 Tho i started rewriting imagemagick in c++, (initially it was rust, but i got tired of fighting the borrow checker), starting from just one command - convert. so far, it can only convert png->qoi.. you can check out the code at treeshateorcs/bathory1 on github... contributions are ... eh.. idk, i think it's not mature enough for contributions, but if you spot code that smells, feel free to open

  • 1