<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tromo SM</title>
    <description>The latest articles on DEV Community by Tromo SM (@tromosm).</description>
    <link>https://dev.to/tromosm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2764117%2F63254dff-a02b-4f67-808e-063ccbb32d58.jpg</url>
      <title>DEV Community: Tromo SM</title>
      <link>https://dev.to/tromosm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tromosm"/>
    <language>en</language>
    <item>
      <title>How to fix these old style on your button</title>
      <dc:creator>Tromo SM</dc:creator>
      <pubDate>Sat, 15 Feb 2025 22:42:27 +0000</pubDate>
      <link>https://dev.to/tromosm/how-to-fix-these-old-style-on-your-button-gj2</link>
      <guid>https://dev.to/tromosm/how-to-fix-these-old-style-on-your-button-gj2</guid>
      <description>&lt;h4&gt;
  
  
  EXAMPLE
&lt;/h4&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Tromo-SM/embed/PwoqxLe?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  There are two ways
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;If you have don't have a border or an outline please use this method &lt;/li&gt;
&lt;li&gt;If you have a border or an outline please use this method &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;**&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Method 1
use this css code in your css file
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Border:none;
Outline:none;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ol&gt;
&lt;li&gt;Method 2
*the text in brackets are instructions for you
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/*{If you don't have one of border or outline replace the brackets with "none"}*/
Border:{Replace this with your border};
Outline:{Replace this with your Outline}; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;**&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>oldstyle</category>
    </item>
    <item>
      <title>hover text only with html</title>
      <dc:creator>Tromo SM</dc:creator>
      <pubDate>Sat, 15 Feb 2025 07:29:13 +0000</pubDate>
      <link>https://dev.to/tromosm/hover-text-only-with-html-1664</link>
      <guid>https://dev.to/tromosm/hover-text-only-with-html-1664</guid>
      <description>&lt;h3&gt;
  
  
  Please understand this can't be customized with css
&lt;/h3&gt;

&lt;h3&gt;
  
  
  You can simply use it like this in your element
&lt;/h3&gt;

&lt;p&gt;&lt;code&gt;&amp;lt;h1 title="Example text"&amp;gt;Hover over me&amp;lt;/h1&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Tromo-SM/embed/OPJJOpB?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>html</category>
      <category>hovertext</category>
      <category>tooltip</category>
      <category>text</category>
    </item>
    <item>
      <title>Google search hover animation</title>
      <dc:creator>Tromo SM</dc:creator>
      <pubDate>Sun, 26 Jan 2025 01:34:12 +0000</pubDate>
      <link>https://dev.to/tromosm/google-search-hover-animation-207g</link>
      <guid>https://dev.to/tromosm/google-search-hover-animation-207g</guid>
      <description>&lt;h2&gt;
  
  
  this is how you can get the scale animation that google search image animation.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;This animation uses scale animation inside a Div so the sizing never changes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The image is called "imgg" and the Div (the container of the image) is called "imff"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Tromo-SM/embed/emOQXRN?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;a href="https://codepen.io/pen?template=OPJJOpB" rel="noopener noreferrer"&gt;https://codepen.io/pen?template=OPJJOpB&lt;/a&gt;&lt;/p&gt;

</description>
      <category>googlesearch</category>
      <category>googleimage</category>
      <category>hoveranimation</category>
      <category>google</category>
    </item>
  </channel>
</rss>
