並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 256 件 / 256件

新着順 人気順

勉強用の検索結果241 - 256 件 / 256件

  • ダイアンボヌール(Diane Bonheur)| 髪に満ちる17種のボタニカルエナジー

    産地と作り手と私を、 幸せにつなぐもの。 The happy connection between farmlands, manufacturers, and us. 世界が幸せになることは、私を幸せにすること。 素材から運搬、製造工程を経て、使う人の手に届くまで、 すべてに意識を払い、人にも自然にも心地良くする。 それがダイアンボヌールです。 The happiness of the world will lead to my own happiness. When we put our hearts into every step of the production process, from ingredients and transportation to reaching the users, we can make everyone and Mother Nature happ

      ダイアンボヌール(Diane Bonheur)| 髪に満ちる17種のボタニカルエナジー
    • 21 Bad Front-End Habits to Drop in 2021

      I get it. 2020 wasn’t the best year. We stopped exercising, started spending way too much time on Twitter, ate a lot of junk, and generally let ourselves go – and with good reason! But 2021 has a chance to be different. So here are 21 bad front-end habits we would all be better off leaving behind. Note: I help run the State of CSS and State of JS surveys. Leave us your email if you'd like to know

        21 Bad Front-End Habits to Drop in 2021
      • cssで文字の真ん中に線に線を引く方法 - Sato_Log

        cssで文字の真ん中に線に線を引く方法 左右に線を引く See the Pen line_LR by AkiraSatou (@SatoWeb) on CodePen.0 右側にのみ線を引く See the Pen text_line_R by AkiraSatou (@SatoWeb) on CodePen.0

        • The importance of `@font-face` source order when used with preload - Matt Hobbs

          First published: Jan 23, 2021 Last updated: Jan 29, 2021 Tagged: webperf, webpagetest, ramblings. Matt Hobbs Read time: 17 mins The other day I decided to run a quick WebPageTest (WPT) run over the latest version of the White House website launched for President Biden’s term in office (it’s amazing what I do for fun in lockdown huh!). The WPT run returned something curious: The above waterfall was

          • Simple CSS Line Hover Animations for Links | Codrops

            A couple of simple & subtle CSS-based line hover animations for links. Those little line animations are a perfect way to enhance a design and add subtle micro-interactions to a website. Today I’d love to share some super-simple ideas that are based on CSS only, no JavaScript involved. Most effects use a pseudo-element as line and some have a little SVG line animation, like this one: <a href="#" cl

              Simple CSS Line Hover Animations for Links | Codrops
            • 無料コーディング練習教材作りました! | 模写修行メディア

              前提条件今回作った教材の前提条件と注意事項です。 実務ではもっとデザインは複雑で、ニュースやブログがあれば WordPress化も必要です。セキュリティ対策など、他にもやることはたくさんあります。あくまで、勉強を初めたばかりの方向けのコーディングの練習教材だと思っていただければ幸いです。 対象者HTMLのタグやCSSのプロパティなど、基礎的なことは解説しないので、初心者を半歩くらい脱した方向けのコーディング練習教材として作りました。 デザイン今回はコーディングの練習を目的としているので、配色や画像など簡易的にしています。 サイト構成ホーム特徴サービスニュースブログ会社概要採用情報お問い合わせ上のページがある想定で、トップページかつPC版のみの練習教材になっています。 コーディング規約💡 ディレクトリルールroot/ ├ css/ ├ img/ ├ js/ ├ scss/ ├ favico

                無料コーディング練習教材作りました! | 模写修行メディア
              • css-generator

                設定できる値 スペース区切りで <左右の距離> <上下の距離> <影のぼかし> <影の広がり> <影の色> <inset> を指定する。 <影のぼかし> <影の広がり> <影の色> <inset>は省略可です。

                  css-generator
                • CSS で文字をぼかす方法 - by Takumi Hirashima

                  CSS で文字にぼかし効果を加える方法を紹介します。 表示の演出で、文字がボケた状態からスタートさせたい時に便利な方法です。 CSS で文字にぼかし効果を追加する方法 CSS でボケて消えるアニメーションの実装方法 CSS で文字にぼかし効果を追加する方法 CSSで文字にぼかし効果を追加するには color と text-shadow を使用します。 例えば、文字に透明度50%ほどで20pxほどのぼかしを加える場合、次のコードをCSSに追加します。 実際の見た目はこちら。 CSS はこちら。 .blur { color: transparent; text-shadow: 0 0 20px rgba(0,0,0,0.5); } まずは color に transparent を指定して文字を透明にします。 次に、text-shadow でボケの値を調整することで影にぼかし(ブラー)のような

                    CSS で文字をぼかす方法 - by Takumi Hirashima
                  • A Super Flexible CSS Carousel, Enhanced With JavaScript Navigation | CSS-Tricks

                    A Super Flexible CSS Carousel, Enhanced With JavaScript Navigation Not sure about you, but I often wonder how to build a carousel component in such a way that you can easily dump a bunch of items into the component and get a nice working carousel — one that allows you to scroll smoothly, navigate with the dynamic buttons, and is responsive. If that is the thing you’d like to build, follow along an

                      A Super Flexible CSS Carousel, Enhanced With JavaScript Navigation | CSS-Tricks
                    • CSS | borderで波状の線、曲線を作成する方法 | 1 NOTES

                      borderで波状(波線)の線CSSのborderで作った波状の線です。 おそらく、このページにアクセスした殆どの方が「これじゃない」と思っていらっしゃる事でしょう。 私もそうです、もっと、こう、緩やかな波にしたい。 See the Pen CSS | Wavy line design 01 by yochans (@yochans) on CodePen. <div class="wavy-line"> <div></div><div></div><div></div><div></div> </div>.wavy-line { --wave-w: 50px; /* 波の大きさ */ --wave-h: 25px; /* --wave-wの半分くらい */ display: flex; /* 波を横に並べる */ height: 100px; /* 必須ではない */ margin-le

                      • 【CSS】よく使うセレクターをまとめてみた - Qiita

                        はじめに 開発現場でよく使うCSSのセレクターをまとめてみました。随時追加していく予定です。 タイプセレクター

                          【CSS】よく使うセレクターをまとめてみた - Qiita
                        • Webデザインから見たSEO

                          https://developers.google.com/search/docs/data-types/article 現在は約 30種類の構造化データですが、今後増える可能性もあります。Google や Yahoo!、Microsoft などによって結成された schema.org という団体がこうした構造化を企画しました。 項目の中には ビジュアル的な Webデザインと関係の無いものもありますが、一通り目を通しておきたいですね。 SEOとWebデザインとAMP AMP というと”シンプル”な印象を受けますが、 AMP の公式サイトは動きもあってかっこいいです Google は、モバイルファーストを意識し、2016年頃から Web ページにおいて AMPAccelerated Mobile Pages を推奨。 ページの読み込みスピードを重視する SEO にとって、AMP は重要なファ

                            Webデザインから見たSEO
                          • 2019年12月に読んだWeb・デザイン関連の本

                            2019年12月20日 書評 Web制作やデザインに関する情報は、インターネット上以外にも書籍を通して体系的に学ぶことができます。今月も様々な本を拝読しました。その中でいいなと思った物、オススメの物をいくつか紹介します! ↑私が10年以上利用している会計ソフト! 配色デザイン良質見本帳 イメージで探せて、すぐに使えるアイデア集

                              2019年12月に読んだWeb・デザイン関連の本
                            • スプリットレイアウトの作り方を解説!レスポンシブにも対応!

                              昨年くらいから見かけるようになった印象の「スプリットレイアウト」のサイト。今回は「スプリットレイアウト」を取り入れる際の参考になるサイトをまとめてご紹介します。 目次 スプリットレイアウトとは? スクロール一体タイプ スクロール分割タイプ スプリットレイアウトとは?「スプリットレイアウト」は「スプリットスクリーン」と言っている方もいますが同じものです。その名のとおりスプリット=分割するデザインレイアウトのことです。画面を縦2つに分割して見せることで左右の対比が生まれデザインの印象が変わり... HTML <div class="split"> <div class="split-item split-left"> <div class="split-left__inner"> left </div><!--split-left__inner--> </div><!--split-item

                                スプリットレイアウトの作り方を解説!レスポンシブにも対応!
                              • 【2021年】Google fontsの非同期読み込み最適化【Cocoon】

                                <!-- - 1. Preemptively warm up the fonts’ origin. - - 2. Initiate a high-priority, asynchronous fetch for the CSS file. Works in - most modern browsers. - - 3. Initiate a low-priority, asynchronous fetch that gets applied to the page - only after it’s arrived. Works in all browsers with JavaScript enabled. - - 4. In the unlikely event that a visitor has intentionally disabled - JavaScript, fall ba

                                  【2021年】Google fontsの非同期読み込み最適化【Cocoon】
                                • 会社情報

                                  日本法人 代表取締役 花井直哉 フリーランスエンジニア、国内のスタートアップ企業代表を経て、ベトナムにオフショア開発会社を設立、現在のオフミツの開発・運用を行う。 日本とベトナムのシステム開発を繋ぐブリッジエンジニア。

                                    会社情報

                                  新着記事