並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 234件

新着順 人気順

gridの検索結果161 - 200 件 / 234件

  • 【CSS】gridレイアウトの列数をJavaScriptから制御 - Little Strange Software

    どうも!LSSです!! JavaScriptからCSSのプロパティを色々制御する事ができますが、gridレイアウトの設定についての制御(列数とか)が調べてもなかなか情報に行き当たりませんでした^^; とりあえず成功したので、ここに書いておきます! gridレイアウトのおさらい 列数をJavaScriptから制御するには? 意外とこの情報が見つかりませんでした^^; JavaScriptで指定できると何が嬉しいのか? gridレイアウトのおさらい 1 2 3 4 5 コード <div style="display: grid; grid-template-columns: repeat(3,50px);"> <div style="border: 1px solid black;">1</div> <div style="border: 1px solid black;">2</div> <

      【CSS】gridレイアウトの列数をJavaScriptから制御 - Little Strange Software
    • Responsive Grid Magazine Layout in Just 20 Lines of CSS | CSS-Tricks

      I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style layout, instead of just popping a list of our favorite blogs in the sidebar. The easy part was grabbing a list of posts with excerpts from our favorite RSS feeds. For that, we used a WordPress plugin, Feedzy lite, which can aggregate multiple feeds

        Responsive Grid Magazine Layout in Just 20 Lines of CSS | CSS-Tricks
      • GitHub - revolist/revogrid: Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋

        Millions of cells viewport with a powerful core in-build by default; Keyboard support with excel like focus; Super light initial starter . Can be imported with polifill or as module for modern browsers; Intelligent Virtual DOM and smart rgRow recombination in order to achieve less redraws; Sorting (multiple options, can be customized per column and advanced with events); Filtering Predefined syste

          GitHub - revolist/revogrid: Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
        • 人気の「メイソンリー」レイアウトは、CSS Gridの一部にすべきか否か?あなたの意見を聞かせてください

            人気の「メイソンリー」レイアウトは、CSS Gridの一部にすべきか否か?あなたの意見を聞かせてください
          • CSS Animated Grid Layouts  |  Articles  |  web.dev

            CSS Animated Grid Layouts Stay organized with collections Save and categorize content based on your preferences. In CSS Grid, the grid-template-columns and grid-template-rows properties allow you to define line names and track sizing of grid columns and rows, respectively. Supporting interpolation for these properties allows grid layouts to smoothly transition between states, instead of snapping a

            • 色のコントラスト比をグリッド表示で一覧化できるFigmaプラグイン「Contrast Grid」をつくりました|Hiroki Tani

              このプラグインの元はEightShapes社が数年前につくったContrast Gridです。背景色と前景色を入力すると、それらの組み合わせとそのコントラスト比をグリッドで表示してくれるツールです。 WCAGの達成基準1.4.3にある4.5:1というコントラスト比を保てる色の組み合わせを探すのに使えるひとつの方法とツールではあるんですが、Figmaでの作業で効率的に使いたかったので、今回プラグイン化してみました。 プラグイン化といっても、アウトプットの形をEightShapes社のものにしただけで、内部の実装は試行錯誤してゼロから書き直しています。 EightShapes社のContrast Gridの問題EightShapes社のContrast GridではAlphaの値に対応してないのが問題でした。自分が関わっているデザインシステムで定義しているカラーでは、テキスト色などに使う無彩色

                色のコントラスト比をグリッド表示で一覧化できるFigmaプラグイン「Contrast Grid」をつくりました|Hiroki Tani
              • 【CSS グリッドレイアウト】display: gridの使い方

                今回はCSSのグリッドレイアウト(display: grid)の使い方を解説していきます。 グリッドレイアウトを利用すると、要素を格子状に並べて自由に配置することができるので、レイアウトを組むのにとても便利です。 CSSグリッドレイアウト(display: grid)とは? Grid Layout(display: grid)は、CSSでレイアウトを組む手法の1つで、要素を格子状に並べて配置することができます。 Grid Layoutでは列数と行数をあらかじめ指定し、水平線と垂直線が交差してできたエリアにアイテムを配置していくことでレイアウトを組んでいきます。 ■(参考)列数を3、行数を4と指定し、1番左上のエリアにアイテムを配置させている例 「display: grid」が指定された要素をグリッドコンテナ、その子要素となる要素をグリッドアイテムと呼びます。

                  【CSS グリッドレイアウト】display: gridの使い方
                • CSS GridとGradientsを使ってランダムにパターンを作成、コードをコピーできる・「CSS Grid-ient」

                  CSS Grid-ientはCSS GridとGradientsを使ってランダムにパターンを作成、コードをコピーできるジェネレーターです Codepenで公開されていました。地味に良かったので備忘録。作成されたパターンのコードはGradientsのみなのでCSS Gridと併用する事で実装出来ます チェックボックスで色の有無、線が細いタイプ、太いタイプ、いろいろごちゃ混ぜなどの指定が出来るようになっています こんな感じ。ちょっといいかもしれない CSS Grid-ient

                    CSS GridとGradientsを使ってランダムにパターンを作成、コードをコピーできる・「CSS Grid-ient」
                  • The 4px baseline grid — the present

                    The problemIt drives me crazy that the text bounding box almost always brings in extra space above and below the actual text. Therefore, when the bounding box is used to measure space, it ends up being bigger than you intended. The bigger the line height, the bigger the problem. In the example below, the design was created by measuring the space between bounding boxes. When all the spacing is set

                      The 4px baseline grid — the present
                    • Positioning Overlay Content with CSS Grid | CSS-Tricks

                      Not news to any web developer in 2021: CSS Grid is an incredibly powerful tool for creating complex, distinct two-dimensional modern web layouts. Recently, I have been experimenting with CSS Grid and alignment properties to create component layouts that contain multiple overlapping elements. These layouts could be styled using absolute positioning and a mix of offset values (top, right, bottom, le

                        Positioning Overlay Content with CSS Grid | CSS-Tricks
                      • 【CSS】CSS Grid Layoutの新機能「サブグリッド」の使い方 - CSS Grid - Qiita

                        概要 今まで、Firefoxでしか実装されていなかった、 CSS Grid Layoutの新機能「サブグリッド」が、Interop 2022の取り組みによって、 主要ブラウザすべてで、サポートされようとしています。 それに伴い、CSS Grid Layoutの新機能「サブグリッド」の使い方についてまとめました。 サブグリッド subgrid サブグリッド subgrid とは、CSS Grid Layoutの新機能になります。 そのため、サブグリッドの説明する前に、CSS Grid Layoutについて復習しましょう。 CSS Grid Layoutとは? CSS Grid Layoutは、列と行を定義することで、 水平線と垂直線が交差したレイアウト(グリッド)をCSSで表現したものになります。 親要素にdisplay: grid;を記載することで下の画像のように 親要素をグリットコンテナ

                          【CSS】CSS Grid Layoutの新機能「サブグリッド」の使い方 - CSS Grid - Qiita
                        • GitHub - ehulinsky/AnalogChess: Chess but no grid

                          A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

                            GitHub - ehulinsky/AnalogChess: Chess but no grid
                          • An Auto-Filling CSS Grid With Max Columns of a Minimum Size | CSS-Tricks

                            Within Drupal 10 core, we’re implementing a new auto-filling CSS Grid technique that I think is cool enough to share with the world. The requirements are: The user specifies a maximum number of columns. This is the auto-filling grid’s “natural” state.If a grid cell goes under a user-specified width, the auto-filling grid will readjust itself and decrease the number of columns.The grid cells should

                              An Auto-Filling CSS Grid With Max Columns of a Minimum Size | CSS-Tricks
                            • 最強の練習用ギターアンプ「Positive Grid Spark」の魅力を徹底解剖! - 価格.comマガジン

                              いい意味で期待を裏切るクオリティにびっくり! 私が現在メインで使っているBIAS Mini Guitarは、ほかのアンプシミュレーターと比べて、サウンドのリアルさが頭ひとつ抜けている印象がありました。なので、新製品のSparkも、小型アンプのクオリティとしては問題ないレベルの音がするだろうと予想していました。 こちらが今回の主役「Positive Grid Spark」。2020年10月19日時点での価格.com最安価格は37,400円(税込)。本体サイズ350(幅)×180(高さ)×190(奥行)mm、重量5.2kgというコンパクトサイズです そして手元にSparkが届き、さっそく音を鳴らしてみたところ……いい意味で期待を裏切られました! Positive Gridが満を持して発表したとはいえ、小型の練習用アンプなので、既存モデルの「Bias Head」や「BIAS Mini Guita

                                最強の練習用ギターアンプ「Positive Grid Spark」の魅力を徹底解剖! - 価格.comマガジン
                              • Building a combined CSS-aspect-ratio-grid - 9elements

                                Recently I was faced with the following problem: I had to build a layout that consists of several rows. In each row are two images with a fixed aspect ratio. The two images should have the same height and fill the entire row. The images' aspect ratios vary from 16:9 to 3:4, so there are landscape images and portrait and square images. Since Safari started to support CSS-aspect-ratio at the end of

                                  Building a combined CSS-aspect-ratio-grid - 9elements
                                • Why UI designers should understand Flexbox and CSS Grid

                                  Most designers are familiar with responsive design, a column-based layout approach with fixed breakpoints to cover all screen sizes. However, we can move beyond the rigid structure with modern CSS layouts, crafting flexible and dynamic designs that seamlessly adjust to different screen sizes. Designers and developers having different mental models when discussing layout, especially grid, leads to

                                    Why UI designers should understand Flexbox and CSS Grid
                                  • Slack、「Enterprise Grid」で管理者向けセキュリティ機能を強化

                                    印刷する メールで送る テキスト HTML 電子書籍 PDF ダウンロード テキスト 電子書籍 PDF クリップした記事をMyページから読むことができます Slackは米国時間8月6日、「Enterprise Grid」製品をアップグレードし、エンタープライズにおけるセキュリティとコンプライアンスへの強い要求に応えつつ、チームの生産性向上をもたらすことを目的とした複数のセキュリティ強化を発表した。 ブログ記事には、「『Slack』で組織のデータにアクセスし、共有する方法をこれまで以上に厳格に管理できるよう、エンタープライズの管理者や、セキュリティ意識の高いITリーダー向けの一連の新機能を導入する」と記されている。 こういった管理によって、チームは業界や企業固有のセキュリティコンプライアンスを順守しつつ、どのような場所からでもSlackのモバイルアプリを使って作業できるようになるとともに、S

                                      Slack、「Enterprise Grid」で管理者向けセキュリティ機能を強化
                                    • Volunteer your Raspberry Pi to IBM's World Community Grid - Raspberry Pi

                                      IBM’s World Community Grid is working with scientists at Scripps Research on computational experiments to help find potential COVID-19 treatments. Anyone with a Raspberry Pi and an internet connection can help. Why is finding potential treatments for COVID-19 so important? Scientists all over the globe are working hard to create a vaccine that could help prevent the spread of COVID-19. However, th

                                        Volunteer your Raspberry Pi to IBM's World Community Grid - Raspberry Pi
                                      • CSS { In Real Life } | Building a Scrapbook Layout with CSS Grid

                                        My son was recently tasked with the responsibility of looking after his pre-school class teddy bear for the week, which comes with the obligation to take said teddy bear out on adventures and add your memories to a scrapbook. I quite enjoyed creating this scrapbook layout, and it got me thinking about how I would build something like this with CSS Grid! Compound grids Andy Clarke delivered a fanta

                                          CSS { In Real Life } | Building a Scrapbook Layout with CSS Grid
                                        • Building a hexagonal grid using CSS grid

                                          Author Jesse Breneman Published on November 15, 2019 I've been chasing the idea of using (abusing?) CSS grid to build a interconnected hexagonal grid, where each hexagon fits together seamlessly. An example of this would be a lot of tabletop war games, some board games (Settlers of Catan, for instance), and some computer games (I used to play The Battle for Wesnoth, it uses a system like this). He

                                            Building a hexagonal grid using CSS grid
                                          • Grid systems in graphic design|グリッドシステム グラフィックデザインのために

                                            ヨゼフ・ミューラー゠ブロックマンによる、現代グラフィックデザインの基本書、待望の日本語版登場! 本書は、スイスのグラフィックデザイナーであり、教育者のヨゼフ・ミューラー゠ブロックマン(1914-96)の主著として知られる『Grid systems in graphic design』の全訳である。その原著(英語・ドイツ語2カ国語版)は、1981年にニグリ社から刊行されて以来、今日に至るまで幾度も版を重ねるとともに、スペイン語・ポルトガル語・ロシア語・中国語・韓国語・フランス語・イタリア語などの数多の言語へと翻訳され、時代を越えて世界中で読み継がれてきた。 グリッドシステムの方法とその思想を、古代から現代へと至るヴィジュアルコミュニケーションの歴史的視野のもと、豊富な具体例を交えてわかりやすく紐解いた、現代グラフィックデザインの基本書を、グラフィックデザイナー、タイポグラファのみならず、デザ

                                              Grid systems in graphic design|グリッドシステム グラフィックデザインのために
                                            • How to Use CSS Grid for Sticky Headers and Footers | CSS-Tricks

                                              CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there’s a bit of a learning curve, but Grid is honestly fun to work with once you get the hang of it. One area where it shines is dealing with headers and footers. With a little adjustment in our thinking, we can pull off headers and footers that behave like they are fixed, or have that “stick

                                                How to Use CSS Grid for Sticky Headers and Footers | CSS-Tricks
                                              • トップジャーナルの採用条件  日本の人文学の新時代にむけて - Write off the grid.

                                                American Literature 誌に論文が採用された。Afro-Asian Antagonism and the Long Korean War というタイトルで、アメリカは朝鮮戦争を介して黒人とアジア人の人種対立を作り出した、と論じている。同誌はアメリカ文学研究におけるザ・トップジャーナルで、投稿された論文のほとんどを査読者にまわさず編集部でリジェクトする厳しさで知られている。査読に進むだけで Congratulations! と言われる媒体だ。 私はいまアメリカの大学で博士課程にいるのだが、この論文は博論の一部ではなく、留学先で書いた期末レポートを改稿したものである。私は博論に着手するまえに到達すべき実力の目標値を同誌からのアクセプトに設定していて、今回の論文は、そのトレーニングのために書いた習作の一本になる。 以下、採用された勢いで、今回のアクセプトに至った経緯を日記として残

                                                  トップジャーナルの採用条件  日本の人文学の新時代にむけて - Write off the grid.
                                                • OpenPandemics - COVID-19 | Research | World Community Grid

                                                  OpenPandemics - COVID-19 Problem COVID-19 is a disease caused by SARS-CoV2, a virus of the coronavirus family. These viruses cause diseases that affect mainly the human respiratory system and potentially other major organs. COVID-19 can lead to serious illness or even death. As of the launch of this project, there is no treatment, cure, or vaccine for COVID-19. Proposed Solution Scientists at Scri

                                                    OpenPandemics - COVID-19 | Research | World Community Grid
                                                  • Tailwind.css で Grid Layout

                                                    const Flex = () => ( <div className="h-screen flex flex-wrap flex-row"> <div className="bg-red-100 w-1/5"></div> <div className="bg-red-200 w-1/5"></div> <div className="bg-red-300 w-1/5"></div> <div className="bg-red-400 w-1/5"></div> <div className="bg-red-500 w-1/5"></div> </div> );

                                                      Tailwind.css で Grid Layout
                                                    • 「vue-grid-layout」で実装するグリッドレイアウトはドラッグやリサイズが可能 | カバの樹

                                                      vue-grid-layoutとは vue-grid-layoutは、ドラッグやリサイズが可能なグリッドレイアウトコンポーネントです。 グリッドを再構築せずにウィジェットを追加または削除できたり、レイアウトをシリアル化して復元できます。 インストール 以下のnpm、yarn、CDNを使ってインストールします。 npm npm install vue-grid-layout --save yarn yarn add vue-grid-layout CDN <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue-grid-layout.umd.min.js"></script> gitリポジトリは以下から取得できます。 https://github.com/jbaysolutions/vue-grid-layou

                                                        「vue-grid-layout」で実装するグリッドレイアウトはドラッグやリサイズが可能 | カバの樹
                                                      • 【ギズ屋台】な、懐かしい…! 携帯ゲーム機「PSP2000」が額装アートのGRIDになったよ

                                                        DS派? PSP派?PSP(PlayStation Portable)は、2004年12月にソニー・コンピュータエンタテインメント(SCE)から発売された携帯ゲーム機。スタイリッシュな外観に大きなディスプレイは、PS2の面白さを濃縮したかのようで、子供ながら興奮したものです。ライバルとなる「ニンテンドーDS」が2004年11月発売なので、DS派とPSP派で分かれたのも懐かしい。 Wi-FiやWebブラウザなどを搭載していて、ゲーム機でありながらガジェッティな要素があったのも子供心を刺激してくれました。ハードウェアの仕様も「PSP1000/2000/3000/E1000」と新しくなっていって、特定の型番でしかできない改造とかもあったり。 僕がPSPを買ったのは、発売しばらくしてからの2007年頃。とにかく『P3P』が遊びたくて、そのためだけにPSPを購入。タルタロスをしゃぶりつくしたものです

                                                          【ギズ屋台】な、懐かしい…! 携帯ゲーム機「PSP2000」が額装アートのGRIDになったよ
                                                        • Positive Gridより超小型ギター・アンプ“Spark GO”が登場 分厚い音と多彩な機能が魅力 | ギター・マガジンWEB|Guitar magazine

                                                          Positive Gridより超小型ギター・アンプ“Spark GO”が登場 分厚い音と多彩な機能が魅力 2023-04-28 Positive Gridより、超小型のギター・アンプ“Spark GO”が登場した。 Spark GOの寸法は125mm(幅)×85mm(高さ)× 45mm(奥行き)で、重量は346g。このサイズと軽さでありながら、コンピュテーショナル・オーディオ技術により、分厚く奥行きのあるギター・トーンを実現している。 Spark GOとスマートフォン 練習に便利なヘッドホン端子と、チューナーも装備。内蔵のオーディオ・インターフェイスでパソコンと接続しての録音もでき、Bluetoothスピーカーとしての利用も可能だ。 バッテリーはUSBで充電する方式で、最大8時間の駆動が可能。 付属品として、交換用の黒いグリルに加え、本機をポーチのようにギターやベルトに取り付けるためのスト

                                                            Positive Gridより超小型ギター・アンプ“Spark GO”が登場 分厚い音と多彩な機能が魅力 | ギター・マガジンWEB|Guitar magazine
                                                          • 【css】Flexからgridレイアウトへ - らいちのヒミツ基地

                                                            IE11のサポートが切れた今、そろそろgridレイアウトを積極的に導入でるようになりました。flexレイアウトからgridレイアウトへの移行をデザイナー観点で簡単に使うとこだけ解説します。 gridレイアウトの利点 gridだと列数だけでなく行数も指定しないといけないと思われがちですが、実際は列数の指定だけで行が増えても繰り返してくれます。 どっちが行だか列だかわからなくなったときはテキストを思い出してください。 テキストエディタで行番号をふれるのが行です。 gridのメリットは色々ありますが、flexboxレイアウトより優れている点は下記の三点です。 親要素で子要素のサイズを制御できる 子要素側でそれを上書きできる justify-content: space-between;の最終行の処理 親要素で子要素のサイズを制御 例えば 「大見出しと8文字分の小見出しと段落、隙間は1文字分」 と

                                                              【css】Flexからgridレイアウトへ - らいちのヒミツ基地
                                                            • CSS「display:grid;」便利すぎる!もう、Bootstrap不要?! | 株式会社Cruw(クルー)

                                                              最近、徐々に注目を浴びているCSSのグリッドレイアウトモジュール「display:grid;」について調べてみました。 結論から述べると、とても素晴らしい技術で、Bootstrapとかいらなくなるかもしれないなと感じました。 CSSグリッド対応ブラウザまずいちばん気になるのが対応ブラウザ。対応していないブラウザがあると、それだけでそもそも導入できなくなる。 現在(2018年7月 現在)、対応状況は以下のようになります。 IE11(一部対応)EdgeFirefoxChromeSafariiOS SafariChrome for Android等 IE11が完全対応していないのが気になります。。(マジかよIE) でも、対応していないブラウザは時間の問題で解決されるので一旦放置します。 現状は完全導入はちょっと注意が必要になりますね。 そもそもCSSグリッドレイアウトモジュールってどんなの?簡単

                                                                CSS「display:grid;」便利すぎる!もう、Bootstrap不要?! | 株式会社Cruw(クルー)
                                                              • CSS Grid: No Nonsense Layouts

                                                                Obviously, the main focus here will be on CSS Grid, but it's important to note that many of these methods work really well -- and well together, for that matter -- for specific cases. Grid semi-recently got some amazing browser compatibility updates. With this adoption comes an opportunity for developers to utilize overlooked CSS features such as calc() and minmax() methods, and thefr measurement.

                                                                  CSS Grid: No Nonsense Layouts
                                                                • CSS Grid tooling in DevTools  |  CSS and UI  |  Chrome for Developers

                                                                  Why did we make CSS Grid Tooling? CSS Grid is a very powerful CSS layout system that allows web developers to build a complex two-dimensional layout and set out rules about how each and every child item in a grid is sized, aligned, and ordered. CSS Grid was introduced after Flexbox became popular, and together, they can help developers achieve better responsive design without complicated alignment

                                                                  • React Grid component - Material UI

                                                                    The Grid component shouldn't be confused with a data grid; it is closer to a layout grid. For a data grid head to the DataGrid component. How it worksThe grid system is implemented with the Grid component: It uses CSS's Flexible Box module for high flexibility. There are two types of layout: containers and items. Item widths are set in percentages, so they're always fluid and sized relative to the

                                                                      React Grid component - Material UI
                                                                    • When to use CSS grid and when to use flexbox

                                                                      There are cases when it's a bit confusing to decide if one should use flexbox or the CSS grid for the layouts. Till a point, both of them are interchangeable. Maybe the best, and the shortest definition of the difference between Flexbox and CSS grid : Flexbox is for one-dimensional layout. A row OR a column. Grid is for two-dimensional layout. Rows AND columns. It's from a tweet of Rachel Andrew (

                                                                        When to use CSS grid and when to use flexbox
                                                                      • はてなブログに CSS Grid Layout を使ってみる – IMUZA.com

                                                                        実はもうすでにこのブログやテーマストアで公開しているテーマでも基本レイアウトには Grid Layout を使っているのですが、もっと活用できないかといろいろやってみましたら、はてなブログのコンテンツ内でもかなり便利に使えることに気づきました。 エントリーヘッダーの配置 CSS グリッドレイアウトとは? エントリーヘッダーの配置 通常、各記事のエントリーヘッダーは下の画像のように 日付、記事タイトル、カテゴリーと並びます。 たとえばこれを下の画像のように日付とカテゴリーを横に並べる場合、これまでは display: flex を使っていたのですが、これも display: grid を使ったほうが簡単にできます。 この CSS で上の画像のようになります。 .entry-header { display: grid; grid-template-columns: auto 1fr; gri

                                                                          はてなブログに CSS Grid Layout を使ってみる – IMUZA.com
                                                                        • 【手帳】2023年の手帳をNOLTY リスティ1とBiz GRIDのどちらにするか?/手帳に関してはかなり浮気性の私 - 企業法務担当者のビジネスキャリア術

                                                                          1.来年の手帳を選ぶ時期に 早いもので、来年の手帳が発売される頃になった。大型書店の手帳コーナーでは様々な手帳が並んでおり、そろそろ来年用の手帳を準備しなければならない時期。ちなみに、これまでの私の手帳遍歴を振り返ると、以下のとおり。 2019年以前・・・システム手帳 2020年・・・ジブン手帳 2021年・・・NOLTY リスティ1 2022年・・・NOLTY リスティ1 kigyouhoumu.hatenadiary.com kigyouhoumu.hatenadiary.com kigyouhoumu.hatenadiary.com このまま来年もNOLTY リスティ1を使い続けるつもりだったが、手帳業界ではBiz GRID(永岡書店)の復活が話題になっていて、気になっていた。 2023年1月始まり A5方眼バーチカル[プラチナネイビー]【N1110】 (永岡書店のシンプル手帳 Bi

                                                                            【手帳】2023年の手帳をNOLTY リスティ1とBiz GRIDのどちらにするか?/手帳に関してはかなり浮気性の私 - 企業法務担当者のビジネスキャリア術
                                                                          • Techniques for a Newspaper Layout with CSS Grid and Border Lines Between Elements | CSS-Tricks

                                                                            Techniques for a Newspaper Layout with CSS Grid and Border Lines Between Elements I recently had to craft a newspaper-like design that featured multiple row and column spans with divider lines in between them. Take a look at the mockup graphic here and see if it makes you sweat at all. If you’re like me, you have been around a while and know just how difficult this would have been with old layout

                                                                              Techniques for a Newspaper Layout with CSS Grid and Border Lines Between Elements | CSS-Tricks
                                                                            • How I made Google’s data grid scroll 10x faster with one line of CSS

                                                                              In my company, we use Google Search Console to check indexing status and optimize visibility of our websites. You can also check which external websites link to your page, and as I was browsing the “Top linking sites” page I noticed major scroll lag. This happens when choosing to display a larger dataset (500 rows) instead of the default 10 results. The “Top linking sites” section in Google Search

                                                                                How I made Google’s data grid scroll 10x faster with one line of CSS
                                                                              • Thinking Outside the Box with CSS Grid | Frontend Horse | Creative Web Development

                                                                                Thinking Outside the Box with CSS Grid Featuring Andy Barefoot The support of CSS Grid in modern browsers has opened up layout possibilities like never before. We can create more complex designs with fewer elements than we could with Flexbox alone. But when you think of CSS Grid, you generally think of a boxy layout, right? Some of the layouts on Rachel Andrew’s excellent Grid by Example. Andy Bar

                                                                                  Thinking Outside the Box with CSS Grid | Frontend Horse | Creative Web Development
                                                                                • 「CSS Grid」を活用しよう 古きを捨てて新しきを得るためのCSS

                                                                                  「ICS×Goodpatch Anywhere合同勉強会」はそれぞれの聞きたいテーマを持ち寄った勉強会です。株式会社ICSから登壇者の1人として、モバイルアプリ開発やウェブページ制作のフロントエンジニアである鹿野壮氏が参加(※イベント開催時点)。「古きを捨てて新しきを得るためのCSS」というテーマで、次々と便利な機能が追加されていくCSSについて、実演しながら詳しく解説していきます。 アプリ開発・ウェブページ制作のフロントエンジニア 鹿野壮 氏(以下、鹿野):では始めていきます。私は先ほど登壇したICSの池田と一緒に働いている鹿野です。九州大学を卒業していて、TwitterのIDは@tonkotsuboy_comでやっています。愛猫がめちゃくちゃかわいいです。よろしくお願いいたします。 本日のテーマは「古きを捨てて新しきを得るためのCSS」で、GitHubに本日使うサンプルファイルをプッシ

                                                                                    「CSS Grid」を活用しよう 古きを捨てて新しきを得るためのCSS